https://github.com/arvinthc3000/expense-tracker-react-brad-
Front-end application to learn and practice ReactJs 17 with context API.
https://github.com/arvinthc3000/expense-tracker-react-brad-
context-api es6 react react17
Last synced: 16 days ago
JSON representation
Front-end application to learn and practice ReactJs 17 with context API.
- Host: GitHub
- URL: https://github.com/arvinthc3000/expense-tracker-react-brad-
- Owner: ArvinthC3000
- Created: 2021-06-28T15:17:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T16:20:52.000Z (almost 5 years ago)
- Last Synced: 2025-08-19T14:36:11.522Z (10 months ago)
- Topics: context-api, es6, react, react17
- Language: JavaScript
- Homepage:
- Size: 597 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker [Code along]
Front-end application to learn and practice React (17) with context API
## App description
Expense Tracker is an application to document your income and expenses.
## Responsiveness
Mobile and desktops
### A Glimpse of UI
## Installization Guide
### Prerequisite
- Node
- NPM
- React-cli
After cloning repo to your local, run following command in root folder
`npm start`
**Note: This app contains prepopulated dummy income and expenses**
## Author
### Arvinth C
[LinkedIn](https://www.linkedin.com/in/arvinth-chandrasekaran-64236a79),
email: arvinthc97@gmail.com
## References
- [ReactJS](https://reactjs.org/docs/getting-started.html)
- [JSX](https://reactjs.org/docs/introducing-jsx.html)
- [Context API](https://rapidapi.com/blog/react-context-api/?utm_source=google&utm_medium=cpc&utm_campaign=DSA&gclid=Cj0KCQjw8vqGBhC_ARIsADMSd1BD2DSdhuw3gj9856DcGlKY89nhTUC-ZUQv1Q0nDaBMfUA6MbIt2NIaAs8nEALw_wcB)
- [JavaScript-ES6](https://scotch.io/tutorials/how-to-use-the-javascript-fetch-api-to-get-data)