This project was developed with the following technologies:
- CSS3
- HTML
- JavaScript
- ReactJS
- TypeScript
- StyledComponents
# You need to install Node.js, then in order to clone the project via HTTPS, run this command:
$ https://github.com/LeonardoMarquesDias/MyFinances
# or use the download option.
# Install dependencies
$ yarn install
or
$ npm install
# Run the following command to start the fake API with JSON Server to simulate an API that has foods information:
$ yarn server
or
$ npm server
# Run the following command to start the application in a development environment:
$ yarn start
or
$ npm start
# Access http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details.
by Leonardo Dias 😛