/ignite-dt-money

💰 Finance app developed during Rocketseat's Ignite

Primary LanguageTypeScript

Ignite DT Money

Project   |    Technologies   |    How to run

Ignite DT Money

💻 Project

Finance app developed during Rocketseat's Ignite using classic React Page Routing, React Hook Form, Themes with Styled Components, Modal with Radix and state management with Context API, Callback and Memo hooks.

🔧 Technologies

😊 How to run

Before starting, you need to have Git and Node installed on your machine.

- Clone this repo:
$ git clone https://github.com/marcelopajr/ignite-dt-money.git

- Enter directory:
$ cd ignite-dt-money

- Install dependencies:
$ npm install

- Launch the app:
$ npm run dev

- Launch the server:
$ npm run dev:server

Have fun!