LinkSake / rellet

πŸ‘› A simple wallet that lets you manage your expenses and savings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

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

About

πŸ‘› A simple wallet that lets you manage your expenses and savings

License:MIT License


Languages

Language:JavaScript 94.9%Language:CSS 2.6%Language:HTML 2.5%