An application used to create simple to-do lists, built with React and Context API.
Try the live demo here.
This React app was build with create-react-app.
# clone the repo
git clone git@github.com:ardaberrun/react-todo-app.git
# change into the repo directory
cd react-todo-app
# install dependencies
npm install
# run
npm start
Then visit http://localhost:3000 in your browser.