Preview | Technologies Used | How to run the project | How to contribute | License
An application to manage transactions, where you can:
- Create transactions
- Delete transactions
- Edit transactions
- Search for specific transactions
- View all registered transactions
- View the sum of total entries
- View the sum of total outputs
- View the total available
Access this layout in Figma.
- Zod
- env
- Intl
- HTML5
- React.js
- Radix-ui
- TypeScript
- JSON-server
- Phosphor Icons
- React hook form
- Styled components
- Clone this repository
git clone https://github.com/RuthMaria/ignite-DTMoney.git
- Install dependencies
yarn
or
npm i
- Run the project
yarn start
or
npm run dev
- Run the json-server
npm run dev:server
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.