This repo is a clone of an individual project part of Trybe junior web developer course.
https://www.betrybe.com/ (in Portuguese)
The block enclosed by this project covers React and state management with Redux. TrybeWallet is a simple app to manage expenditures with simulated CRUD using Redux state management. 🤖
The project's filenames and architecture are defined by the project and must be unchanged to pass the course tests.
Original requirements and instructions (in Portuguese) for the project are here.
Requisites sum-up:
- Create front-end screens
- Create state "CRUD" functionalities
Clone the repo or download the zip and extract it.
Go to the project folder and install: npm install
.
To run the app: npm start
.
To run tests (within project folder): npm test
.