This is a financial control application built on the Ignite course by @Rocketseat using the following tecs: React, TypeScript, miragejs for fake API, axios for requesting API and Styled Components for CSS in JS.
- React
- TypeScript
- MirageJS
- Axios
- Zod
- Hookform
- Radix UI
- React Hook Form
- Styled Components
- Phosphor Icons
To get a local copy of the project up and running, follow these steps.
- Clone the repository:
git clone https://github.com/JhonatanGAlves/dt-money.git
cd dt-money
- Install dependencies::
yarn
-
Setup the environment variables:
Rename .env.example to .env and fill in the required environment variables. -
Start the application:
yarn dev