itsrojasleon / react-todo-list

React Todo List

Home Page:https://codesandbox.io/s/github/rojasleon/react-todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo List

A React TodoList App

System Requirements

  • node v8 or greater
  • yarn v1 or greater || npm v6 or greater
  • git v2 or greater

All of these must be available in your PATH. To verify things are set up properly, you can run this:

node --version
npm --version
git --version

Setup

Codesandbox

Download the repo or

Clone the repo with:

git clone git@github.com:rojasleon/react-todo-list.git

Running the app

With npm:

npm install
npm start

With yarn:

yarn install
yarn start

Author

Juan Luis Rojas León

License

MIT

About

React Todo List

https://codesandbox.io/s/github/rojasleon/react-todo-list


Languages

Language:JavaScript 46.1%Language:CSS 33.1%Language:HTML 20.8%