Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 794 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 794 Bytes

ToDoo

todo

An application used to create simple to-do lists, built with React and Context API.

Try the live demo here.

Inspired UI Design.

Install

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.