This is a demo repository for a React Todo application using only functional components and Hooks to manage state. View tutorial.
- Clone or download the project.
- To run the application, cd to the project directory and run the following commands:
$ npm install
$ npm start
You will need the alpha build of React as this feature is still in alpha (as at the time of writing this article). You also need NPM and Node.js installed locally.
React - JavaScript framework.