Todos/Goals is a todo and goals list application built with React for Udacity's React Nanodegree Program - React & Redux.
Checkout this live demo of the Todos/Goals app. Once the simulator has launched, follow these instructions:
- You can Add, Crossout or Delete a Todo.
- You can Add or Delete a Goal.
These instructions will get you a copy of the Todos/Goals application up and running on your local environment for development and testing purposes.
NODE AND NPM
You will need Node.js and npm on your local environment to download and run this application. Visit https://nodejs.org to learn the specifics on downloading, installing and running Node.js. npm is packaged with Node.js.
REACT
You will need ReactJS on your local environment to download and run this application. Visit https://reactjs.org/ to learn the specifics on downloading, intalling and running ReactJS.
YARN
It is recommended to use Yarn as the package manager for this project. Visit https://yarnpkg.com/en/ to learn the specifics on downloading, intalling and running Yarn.
Clone the project to your local environment
git clone https://github.com/edwdeapri/udacity-todos-goals.git
Change to the directory where the project is living on your local environment
cd udacity-todos-goals
Install dependencies with the package manager:
npm install
Start the application with the package manager:
npm start or yarn start
The Todos/Goals application should now be open and running on the default browser.
- ReactJS - A JavaScript Framework
For the versions available, see the tags on this repository.
- Edward Pritchard - Design / Development
This project is licensed under the MIT License - see the LICENSE file for details.