/react_express_todo

📝 ToDo - A responsive web application for task management using React, Express, MongoDB, and Bootstrap.

Primary LanguageJavaScript

ToDo

A responsive web application for task management using React, Express, MongoDB, and Bootstrap.

Instructions

  1. Copy or fork the repo
  2. run npm install
  3. make sure you have MongoDB running
  4. in app.js update the address + db to mongo app.set('mongo address', 'mongodb://localhost:27017/react_express_todo');
  5. run the app!
    • for development: npm run dev
    • for production: npm start

Screenshots

Desktop

desktop

Tablet

tablet

Mobile

mobile