⚡️⚡️⚡️ 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 and install the required packages:
Do this for both the client and server directories.
npm install
- In the
server/2do
directory, create a.env
file and configure all the necessary details. You can refer to the.env.example
file for guidance. - To start the server, run:
yarn dev
- To start the client, run:
npm start