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
- Host: GitHub
- URL: https://github.com/linksake/rellet
- Owner: LinkSake
- License: mit
- Created: 2019-11-06T02:47:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:18:40.000Z (almost 3 years ago)
- Last Synced: 2025-08-18T13:03:54.349Z (4 months ago)
- Topics: expense-manager, expense-tracker, expenses, react, react-hooks, semantic-ui-react, wallet
- Language: JavaScript
- Homepage:
- Size: 4.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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