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

https://github.com/muskanmi/expense-tracker-react

Simple expense tracker using React hooks & context.
https://github.com/muskanmi/expense-tracker-react

context-api css html javascript react react-components react-hooks react-state

Last synced: 10 months ago
JSON representation

Simple expense tracker using React hooks & context.

Awesome Lists containing this project

README

          

# Expense Tracker

A simple application on expense tracker using react, react hooks and context api.

![Preview](./preview.png)

## Requirements:

* React Version: **18.2.0**
* Node Version: **18.14.1**
* NPM Version: **9.5.0**

## Instructions:

1. Get the source code on your pc via git.

```shell
git clone https://github.com/muskanmi/expense-tracker-react
```

2. Navigate inside the folder through your terminal.

```shell
cd expense-tracker-react
```

3. Now, install the required dependencies by running the following command:

```js
npm install
```

4. Finally, start the application by running:

```js
npm start
```

5. Voila! the application is ready for use. You can access it at [http://localhost:3000](http://localhost:3000).