About | Screens | Technologies | Requirements | Installation
dt-money is a web application for financial control, developed during the second module of Rocketseat Ignite.
- React.Js
- TypeScript
- Styled Components
- Context API
- API Requests (Mirage.Js)
To make it run on your machine, follow the steps below
# Clone the repository in some folder on your machine
$ git clone https://github.com/robsonnatanael/dtmoney.git
# Enter the repository
$ cd dtmoney
# Install the dependencies by typing in the terminal
$ yarn install
# Run the application
$ yarn start