About | Screens | Technologies | Requirements | Installation
Ignite Challenge: refactoring the administrative panel of a web application created for an Italian food restaurant, where the main objective is to migrate the javascript code to typescript and transform class components into function components.
- React.Js
- TypeScript
- Styled Components
- API Requests (JSON Server)
To make it run on your machine, follow the steps below
# Clone the repository in some folder on your machine
$ git clone git@github.com:robsonnatanael/go-restaurant.git
# Enter the repository
$ cd go-restaurant
# Install the dependencies by typing in the terminal
$ yarn install
# Run the application
$ yarn start