TaskHub is a Chrome extension designed to help you manage your to-do lists efficiently. This guide will walk you through setting up the project, including the backend with Node.js and MongoDB.
- Add, mark as completed, and delete tasks.
- Persistent storage using MongoDB.
-
Node.js: Make sure Node.js is installed. You can download it from nodejs.org.
-
MongoDB: Set up a MongoDB Atlas account to host your database. You can sign up at mongodb.com.
First, clone the repository from GitHub:
git clone https://github.com/<USERNAME>/hustle-hub.git
cd hustle-hub