An open API service indexing awesome lists of open source software.

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: 17 days ago
JSON representation

Front-end application to learn and practice ReactJs 17 with context API.

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)