Skip to content

VisheshVGR/mernstack-todoapp

Repository files navigation

Todo App

(Work in progress...)

Access by visiting : Todo App

Components used :-

FrontEnd

  • React

BackEnd

  • Express / NodeJs

Database

  • MongoDB Atlas
Dependencies for front-End
  • "@testing-library/jest-dom": "^5.14.1"
  • "@testing-library/react": "^11.2.7"
  • "@testing-library/user-event": "^12.8.3"
  • "bootstrap": "^4.6.0" *"react": "^17.0.2"
  • "react-bootstrap": "^1.6.1"
  • "react-dom": "^17.0.2"
  • "react-router-dom": "^5.2.0"
  • "react-scripts": "4.0.3"
  • "react-toastify": "^7.0.4"
  • "web-vitals": "^1.1.2"
Dependencies form Back-End
  • "axios": "^0.21.1"
  • "bcryptjs": "^2.4.3"
  • "cookie-parser": "^1.4.5"
  • "cors": "^2.8.5"
  • "dotenv": "^10.0.0"
  • "express": "^4.17.1"
  • "joi": "^17.4.0"
  • "jsonwebtoken": "^8.5.1"
  • "mongoose": "^5.12.10"
  • "morgan": "^1.10.0"
  • "nodemon": "^2.0.7"