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

https://github.com/linksake/rellet

👛 A simple wallet that lets you manage your expenses and savings
https://github.com/linksake/rellet

expense-manager expense-tracker expenses react react-hooks semantic-ui-react wallet

Last synced: 4 months ago
JSON representation

👛 A simple wallet that lets you manage your expenses and savings

Awesome Lists containing this project

README

          

# Rellet

A simple wallet that lets you manage your expenses and savings 👛

---
## Get Started

As pre-requirements, you will need NodeJS, NPM and the API of this project, that you can find [here!](https://github.com/LinkSake/rellet-api)

### Installation

Run the following command to get all the dependencies from the package.json that you will need

npm install

## Configuration

### Enviromental Variables

In order to run the project you will need a _.env_ file that should look something like this

REACT_APP_API=http://localhost:8000

This is if you want to run it locally.

### Testing the project

This project includes end-to-end testing using Nightwatch, to test just use

npm test

### Run the project

npm start

---
## TODO
- [] Acabar de implementar API
- [] Guardar userid en local storage