Skip to content

seantbaier/react-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Simple To-Do List using Create React App

This app is already bootstrapped using Create React App, but if you'd like to start from scratch it can be found here! as well as React's docs here -> Reactjs.org

Get Started

1. Make sure you have Node

installed

  1. Clone this repository git clone https://github.com/seantbaier/react-todo-list.git or download the zip

    Your project folder should now have two subdirectories

    todo-list/
        README.md
        .gitignore
        todo-list-starter-files/
        todo-list-final/
  2. Make sure you're in the todo-list-starter-files directory you just created. -cd todo-list-starter-files

  3. Install Node packages npm install or yarn

  4. run the app npm start or yarn start

  5. Install React Developer Tools in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors