Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aachourmohamed/expense-tracker
The application allows users to track their expenses yearly
https://github.com/aachourmohamed/expense-tracker
Last synced: 4 days ago
JSON representation
The application allows users to track their expenses yearly
- Host: GitHub
- URL: https://github.com/aachourmohamed/expense-tracker
- Owner: AACHOURMOHAMED
- Created: 2022-05-18T19:21:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T10:38:47.000Z (over 2 years ago)
- Last Synced: 2024-12-09T21:09:25.040Z (14 days ago)
- Language: JavaScript
- Homepage:
- Size: 41.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expense-tracker
This project will be a basic website that allows users to add/remove Tasks and filtered by year.## Built With
- Html/Css
- React.js## Additional Tools
- Webhint
- Stylelint
- Eslint## Getting Started
To get a local copy of this project:
Clone this repository or download the Zip folder:
```
https://github.com/AACHOURMOHAMED/expense-tracker.git
```## Live demo
https://dainty-monstera-a25b41.netlify.app/## Test
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 .
```## Authors
👤 **AshourMohamed**
- GitHub: [@githubhandle](https://github.com/AACHOURMOHAMED)
- Twitter: [@twitterhandle](https://twitter.com/MohamedAachour3)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mohamed-aachour-25405b215)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AACHOURMOHAMED/awesome-books/issues).## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This project is part of week 1 of module 2 in the Microverse study program.
## 📝 License
This project is [MIT](./MIT.md) licensed.