⚡️⚡️⚡️ APP LINK ⚡️⚡️⚡️
email: test@gmail.com
password: test@123
- User Authentication: Secure login functionality.
- Task Management: Create, edit, and delete tasks and checklists.
- Category Organization: Create multiple categories to categorize your tasks.
- Event Reminders: Set reminders for important tasks.
- Statistical Reports: Generate reports for task statistics.
- Filtering Options: Filter tasks based on various criteria.
- Clone the repository to your local machine.
- Navigate to the project directory:
cd 2Do/client
- Install dependencies:
npm install
- Start the development server:
npm run start
- The client will be available at:
http://localhost:3001
-
Create a
.env
file by referring to.env.example
and add the necessary configurations like MONGODB, REDIS (upstash), SMPT (Gmail) etc. -
Install dependencies:
npm install
-
Once configuration is done:
npm run watch
-
The server will be available at:
http://localhost:3000