Easy Dough is a personal finance app that enables user to manage their personal finances easily.
This project was bootstrapped with Create React App.
The backend for this application is here
Clone this repository
git clone https://github.com/genagain/easy-dough-client
Install the node modules
npm install
Start the application in development mode
npm start
Open http://localhost:3000 to view it in the browser.
Then please be sure to follow the quickstart here to run the backend for this application
Run the following to command to execute the tests
npm test
Run the following command to create a production build
npm run build
This project uses the following technologies: