Web app to track financial operations. Everyone should track incomes and expenses. The app tracks also debts and that's vital for freelancing.
This is the front-end part, there is also back-end cerberus-server using mongoDB to store the data. Web app is build on react - typescrip, apollo - graphql and sass for styling.
This project was bootstrapped with Create React App.
Design inspiration from: pixelbuddha.net
Online client, server (with sample data).
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Run Cypress for E2E tests. It makes changes in the db, so you better run them isolated - I recommend running new mongodb just for the test purpose, set one up by using docker - something like docker run -d -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=admin -p 27017:27017 mongo
.
Builds the app for production to the build
folder.