kevin-miles / react_express_todo

πŸ“ ToDo - A responsive web application for task management using React, Express, MongoDB, and Bootstrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“ ToDo - A responsive web application for task management using React, Express, MongoDB, and Bootstrap.


Languages

Language:JavaScript 88.8%Language:HTML 8.3%Language:CSS 2.9%