/react-router-todo-app

A todo-app built using React. You can find the blog post on https://medium.com/@dannysiu392005/how-to-build-a-simple-todo-app-using-react-router-5eaa7c16a6f1

Primary LanguageJavaScript

React Router Todo App

This repo is the source code of a simple todo-app built using React Router (and create-react-app) when I tried to learn React. You can find the live demo here.

How to run the project (on a mac)

  • Clone this repo
  • Run npm install
  • Run npm start

License

This project is released under the MIT License.