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

https://github.com/rudrakshi99/expense-tracker-app

A react app using hooks (useState, useReducer, useContext) and context-api.
https://github.com/rudrakshi99/expense-tracker-app

context-api expense-tracker react reactjs redux

Last synced: about 2 months ago
JSON representation

A react app using hooks (useState, useReducer, useContext) and context-api.

Awesome Lists containing this project

README

        

# Expense Tracker App

This is a simple expense tracker app built with React and Redux.

## Installation

1. Clone the repo

```bash
git clone https://github.com/rudrakshi99/Expense-tracker-app.git
```

2. Install NPM packages

```bash
npm install
```

3. Run the app

```bash
npm start
```

## Tech Stack

- React
- Redux

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Author

[@rudrakshi99](https://www.github.com/rudrakshi99)