Skip to content

usmanshaikh/2Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN 2Do App

⚡️⚡️⚡️   APP LINK ⚡️⚡️⚡️

Credentials:

email: test@gmail.com
password: test@123

Features

  • 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.

Screenshots

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory and install the required packages:
    npm install
    Do this for both the client and server directories.
  3. 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.
  4. To start the server, run:
    yarn dev
  5. To start the client, run:
    npm start