/food-explorer-frontend

Front-End para o projeto de conclusão do Explorer da Rocketseat.

Primary LanguageJavaScript

Food Explorer Frontend

Capa

Technologies used

  • ReactJS
  • Styled-Components
  • React-router-dom

Features

  • Create a dish
  • Delete a dish
  • Update a dish
  • List a dish
  • Login
  • Register

Local setup

You have to change the backend endpoint at:

*src/services/api.js*,
*src/components/FoodCard/index.jx:23*
*src/pages/Dish/index.jsx:61*
# Clone the repository with
git clone https://github.com/pedroosz/food-explorer-frontend

# Install dependencies
npm install

# Run the project (on a development environmet)
npm run dev

Admin credentials

Email: admin@example.com
Password: 123456

Live project

https://food-explorer-frontend-alpha.vercel.app/

Back-end repo

https://github.com/pedroosz/food-explorer-backend