HyperLink Hub is a web application built with JavaScript, Express, Next.js, React, MongoDB, TypeScript, and Node.js, designed to create a link aggregation platform that prioritizes intuitive navigation and efficient link management for an improved user experience.
- Add a new link with a title and URL
- View all added links
- Delete a link
- Node.js and npm
- MongoDB
-
Clone the repository:
git clone [repository URL]
-
Install the dependencies:
npm install
-
Create a .env file in the root directory of the project and add your MongoDB connection string:
MONGODB_URI=your_mongodb_connection_string
-
Start the server:
npm run dev
The application will be available at http://localhost:3000
.
To add a new link, click the "+" button and enter the title and URL of the link. The new link will be added to the list.
To delete a link, click the "-" button next to the link you want to delete.
Contributions are welcome. Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.