demo.mov
create-react-app to-do-list-react-v1
- Clone the repository
- Run the project from the root folder:
npm start
- Run unit tests
npm run test
- react-icon:
npm install react-icons
- View the react icons:
https://react-icons.github.io/react-icons/
- YB series: https://www.youtube.com/watch?v=E1E08i2UJGI
Note: If you have zero prior knowledge of React ignore this youtube video, there is someone just writing code without explaining what react hooks are; I suggest you try out the codeacademy free react course first.