Table of Contents
Tired of noting down things at random places amd then forgetting?
PlanIt is a productivity app built using MERN stack which lets you to keep your notes and todos organized.
- Users can signup or login and access the website.
- They can create new notes or update existing notes.
- They can delete their notes if its of no use to them.
- They can create new todos or update their existing todos.
- Once a task has been done, they can delete that task.
-
Clone the repo
git clone https://github.com/arushi2715/planIt.git
-
Go to the client folder
cd client
-
Install NPM packages
npm install
-
Start the frontend server
npm start
-
Go to server folder
cd server
-
Set up a
.env
file following the.example.env
file. -
Install NPM packages
npm install
-
Start the backend server
npm start
- Addition of blogs page to the website.
- Fixing the responsiveness of the website.