The Trybewallet is a currency converter expense control wallet.
- Login with email in format '[email protected]'
- Login with password greater and equal 6
- Add, an expense
- View a table with your expenses
- Remove an expense
- Edit an expense
- View total spend converted to BRL (Brazilian Real) currency
- Implement test scripts
This project was bootstrapped with Create React App.
-
- React
- React Icon
- React Router
- React Redux
- Redux
- Redux Devtools Extension
- Redux Thunk
- Stylelint
These instructions will allow you to get a copy of the project on your local machine for development and testing purposes.
Before starting, you need to have Node.js and Git installed on your computer. You can download them at https://nodejs.org and https://git-scm.com/downloads.
Check that the installations were successful by running the command in terminal.
node -v & git --version
This command should return node and git version installed in your computer.
-
Clone project
git clone https://github.com/ocarlosbarros/trybewallet.git
-
Access project folder
cd trybewallet
-
Install dependencies
npm install
-
Run project
npm start
In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
npm test
- Tests have not been implemented yet.
Launches the test runner in the interactive watch mode. See the section about Tests.
npm run build
Builds the app for production to the build folder.
npm run eject
If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project. More information in Create React App Doc
To run tests, run the following command
npm test
Trybewallet is MIT Licensed. See LICENSE.md
for more information.
Carlos Barros
Developed with 💜 by Carlos Barros