Skip to content

ardaberrun/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.