In this project I created a Single Page Todo Application using react.
- Major languages: HTML,CSS and Javascript and React
To get a local copy up and running follow these simple example steps:
- A working Laptop or Desktop
- Install code editor
- Install Git bash
- clone the project.
- Test your GitHub flow, a linter and professional documentation ability
- Run npm run build to rebuild the project
- Run npm run start to run the project
- Push the project to your GitHub repo
- Navigate to page in the project settings and publish.
npm test ( to run the test created in order to test the funcions with jest)
Javascript linters
npx eslint .
HTML linters
npx hint .
CSS linters
npx stylelint "**/*.{css,scss}"
👤 Anibal Amoroso
- GitHub: @js1978
- LinkedIn: Anibal Amoroso
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc