Training project to improve skills in React
- React - Library for web user interfaces. Build user interfaces out of individual pieces.
- Redux - Predictable state container for JavaScript applications.
- Material UI - Open-source React component library that implements Google's Material Design.
Visit Netlify for the demo.
- Add todos
- Switch view tabs
- Clear completed tasks with one button
Install with npm:
$ npm ci && npm run start