/todo_app

Primary LanguageJavaScript

Todo_app

Tech Stack

  • Redux for State management
  • React js
  • Node js
  • Mongo db
  • Express

Features

  • Create new task
  • Update task
  • Delete Task
  • Delete all Completed Tasks
  • Gell all Tasks

Installation

Cd inside both Frontend & Backend and run command

npm install

Inside backend folder start server by running command

npm start

Inside frontend folder start client by running command

npm start

This todo app supports CRUD operation and for styling purpose i have used Chakra Ui as my main focus was to complete functionality... Later on i added redux as well for managing state