Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.24 KB

README.md

File metadata and controls

81 lines (63 loc) · 2.24 KB

Dtmoney Financial Control


🖥️ Project

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.

🧑‍💻 Technologies Used

  • React
  • TypeScript
  • MirageJS
  • Axios
  • Zod
  • Hookform
  • Radix UI
  • React Hook Form
  • Styled Components
  • Phosphor Icons

📋 How to Use

To get a local copy of the project up and running, follow these steps.

Installation

  1. Clone the repository:
   git clone https://github.com/JhonatanGAlves/dt-money.git
   cd dt-money
  1. Install dependencies::
   yarn
  1. Setup the environment variables:
    Rename .env.example to .env and fill in the required environment variables.

  2. Start the application:

   yarn dev

💬 Contact