Skip to content

lyndseybrowning/react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

React To Do List

A simple to do list created with React and ES2015.

This application was created with create-react-app.

create-react-app is a great way of getting started with React without the pain of setting up tooling.

Installation

Clone the repository:

git clone https://github.com/lyndseybrowning/react-todo

Move into the project directory

cd react-todo/todo

Install project dependencies

npm install

Start the server

npm start

The project will be available on http://localhost:3000/

Useful links