This project will be a basic website that allows users to add/remove Tasks and filtered by year.
- Html/Css
- React.js
- Webhint
- Stylelint
- Eslint
To get a local copy of this project:
Clone this repository or download the Zip folder:
https://github.com/AACHOURMOHAMED/expense-tracker.git
https://dainty-monstera-a25b41.netlify.app/
To track linter errors locally follow these steps:
Download all the dependencies run:
npm install
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint .
👤 AshourMohamed
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is part of week 1 of module 2 in the Microverse study program.
This project is MIT licensed.