What is this?

This is the version 1 of todo-list app developed in MERN Stack.

Any Preview available?

Yes. Here is a live preview of the project live preview.

How to download or install it?

  1. Clone the repository using git clone https://github.com/alsoamit/todo-list-app-mern-stack.git.
  2. Create a .env file to store MongoDb Atlas URI. See the snippet of .env file in .env_snippet included in the root directory.
  3. Run command node app.js to run node server on your machine.
  4. Use proxy as http://localhost:5000 in package.json of the client directory while running locally.