Skip to content

arushi2715/planIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation


Logo

PlanIt

A productivity app built using MERN stack!

Table of Contents
  1. About The Project
  2. Getting Started
  3. Next Steps
  4. Contact

About The Project

image

image


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.

(back to top)

Features Implemented

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

(back to top)

Built With

(back to top)

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/arushi2715/planIt.git
  2. Go to the client folder

    cd client
  3. Install NPM packages

    npm install
  4. Start the frontend server

     npm start
  5. Go to server folder

    cd server
  6. Set up a .env file following the .example.env file.

  7. Install NPM packages

     npm install
  8. Start the backend server

     npm start

(back to top)

Next Steps

  • Addition of blogs page to the website.
  • Fixing the responsiveness of the website.

(back to top)

About

A simple productivity app built with MERN stack!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published