About | Features | Technologies | Requirements | Starting | License | Author
access to see https://on-food-five.vercel.app/
👨🏽💻 Web application that displays locations with types of food, the data is fetched from an external API (mocked API) and displayed on screen on cards.
you select the city in the menu and then you will be directed to the dishes page 😋
🤩 contribute to the project by giving a star or making a forke
✔️ HttpRequest;
✔️ Pagination;
✔️ Layout responsive;
✔️ UI/UX;
✔️ POO;
✔️ SOLID;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/LeoScripts/onfood
# Access
$ cd onfood
# in production
# rename file .env.local.example to .env.local and insert your APIKEY
# in test
#rename file .env.local.example to .env.local and
# insert APIKEY=bGVhbmRyb2d1aXRhcmplc3VzODlAZ21haWwuY29t
# Install dependencies
$ yarn
# Run the project in development
$ yarn dev
# Run the project in production
$ yarn start
# build
$ yarn build
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made by Leandro Cavalcante