Skip to content

Commit 06911ff

Browse files
committed
2 parents a8eb4c5 + e78bf71 commit 06911ff

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
DarkURL is a powerful web application that allows users to shorten long URLs and manage them conveniently. With its user-friendly interface and robust functionality, DarkURL simplifies the process of creating and tracking shortened URLs. This document provides a comprehensive overview of the project, including the tech stack used, project structure, models schema, views, and key features.
44

5+
## Visit the application
6+
- [Dark URL](https://darkurl.onrender.com)
7+
58
## Table of Contents
69

710
**Table of Contents**
@@ -32,7 +35,7 @@ The DarkURL web application leverages a wide range of cutting-edge technologies
3235

3336
- **MongoDB**: A popular NoSQL database system that offers scalability, flexibility, and high performance. MongoDB stores the application's data, such as shortened URLs and user information, in a document-oriented format.
3437

35-
- **Azure**: A leading cloud computing platform that provides a wide range of services for hosting, deploying, and scaling applications. Azure offers a reliable and secure infrastructure for running web applications, ensuring high availability and fault tolerance.
38+
- **Render**: A leading cloud computing platform that provides a wide range of services for hosting, deploying, and scaling applications. Render offers a reliable and secure infrastructure for running web applications, ensuring high availability and fault tolerance.
3639

3740
## Project Structure
3841

@@ -100,13 +103,11 @@ The use of Bootstrap ensures that the web application is aesthetically pleasing
100103

101104
## JavaScript Copy to Clipboard Button
102105

103-
To enhance user convenience, the DarkURL web application includes a JavaScript-based "Copy to
104-
105-
Clipboard" button. This button allows users to quickly copy the shortened URL to their clipboard with a single click, eliminating the need for manual selection and copying. The JavaScript code binds an event listener to the button, triggering the copy functionality when clicked. This feature streamlines the process of sharing shortened URLs with others, improving usability and saving users valuable time.
106+
To enhance user convenience, the DarkURL web application includes a JavaScript-based "Copy to Clipboard" button. This button allows users to quickly copy the shortened URL to their clipboard with a single click, eliminating the need for manual selection and copying. The JavaScript code binds an event listener to the button, triggering the copy functionality when clicked. This feature streamlines the process of sharing shortened URLs with others, improving usability and saving users valuable time.
106107

107108
## Key Takeaways
108109

109-
- Comprehensive Tech Stack: HTML, CSS, Bootstrap, JavaScript, Node.js, Express.js, MongoDB, and Azure.
110+
- Comprehensive Tech Stack: HTML, CSS, Bootstrap, JavaScript, Node.js, Express.js, MongoDB, and Render.
110111
- Structured Project Organization: Well-organized directory structure for easy navigation and maintenance.
111112
- Powerful Data Models: URL and User models for efficient data storage and retrieval.
112113
- Interactive Views: History, Login, Signup, and Home views for seamless user experience.

0 commit comments

Comments
 (0)