Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 825 Bytes

README.md

File metadata and controls

63 lines (38 loc) · 825 Bytes

To-Do List

A MERN full stack application.

Acknowledgements

Authors

Tech Stack

Client: React, Redux, Bootstrap

Server: NodeJS, Express

Database: MongoDB

Run Locally

Clone the project

  git clone https://github.com/shayfeld/ToDoList.git

Go to the project directory

  cd TodoList

Install dependencies

  npm install

Start the client & server

  npm run start-dev

Open in browser

  http://localhost:8080/

Screenshots

Log-in

App Screenshot

Dashboard

App Screenshot

Task

App Screenshot