Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
/ dt_money Public archive

This is a wallet, what simulate a bank logs, containing transactions debits and credits.

License

Notifications You must be signed in to change notification settings

raferdev/dt_money

Repository files navigation

Project logo

Ignite Project



This app was created on Rocketseat course and was build to improve the ReactJS advanced concepts, like, useCallback, memo and useMemo, and more about modals and accessibility. It's resume the best options to api RESTFUll request from frontend to backend. Language: Typescript, some libs: Axios, Styled Components, Radix-UI, React hook form and more.

📝 Table of Contents

🧐 About

This project is the third part of Rocketseat ReactJs course with i am using to stay solid with the most actual and best practices on frontend projects. This project simulate a wallet in a bank account with transactions options and monetary balance.

🏁 Getting Started

You can clone the project and start on your local host or open the site hospeded here

Clone

git clone https://github.com/raferdev/dt_money

Install Dependencies

npm i

Start Server

npm run dev

The browser will remote open on the local link on port 5173 (usually in Vite projects). Exemple .:

http://localhost:5173

🎈 Usage

  • You can see the list of transactions received from API.
  • You can add new transactions by click on "New Transaction" button.

⛏️ Built Using

✍️ Authors