This is a simple To-Do list app done with React. All tasks are saved into browser's local storage only. The app development was inspired by the first brazilian live coding of the React Nanodegree Program.
computationalcore.github.io/react-to-do-list
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
- npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js
or
- Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn
To download the project follow the instructions bellow
git clone https://github.com/computationalcore/react-to-do-list
cd myreads
Install dependencies and run with:
npm
npm install
npm start
or
yarn
yarn install
yarn start
v1.0
- Default project implementation
v1.1
- Change to material UI based interface
- Task transitions animations
- Remove tasks capabilities
Vin Busquet
This project is licensed under the MIT License - see the LICENSE file for details