Skip to content

idontreallywolf/react-learn-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning React - TodoList

About

A todo-list web app written in ReactJS.

The purpose of this was to learn some of the basics of ReactJS framework.

Try it out

$ git clone https://github.com/idontreallywolf/react-learn-todolist
$ cd react-learn-todolist
$ npm i
$ npm start