Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 293 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 293 Bytes

About

This project is a simple React Todo List App with a minimalist and flat design.

Installation

Once you've cloned the repository, you must then install the project's dependencies

npm install

And finally, you can launch the project on localhost:3000

npm start