Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.48 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.48 KB

Ignite DT Money

Clique aqui para ver a versão em Português.


image

📄 Project

An application that allows users to register income and expenses for personal financial management. This project involves building a complete front-end web application, connecting to a fake API, and improving the performance of React applications by understanding the internal algorithms of the library and the entire component rendering flow.

💻 Technologies

  • ReactJS
  • TypeScript
  • Styled Components
  • Radix UI
  • React Hook Form
  • Zod
  • Axios
  • useContext Selector
  • Scheduler
  • JSON Server

🔖 Layout

🚀 Running the project

  • Clone the project and access the directory
$ git clone https://github.com/luc-ribeiro/ignite-dt-money-react.git
$ cd ignite-dt-money-react
  • Follow the steps below:
# Install the dependencies
$ npm i

# Start the server
$ npm run dev:server

# Start the project
$ npm run dev
  • The application will be available at http://localhost:5173