/easycooking-app

Last project of the Front-end module in a group developed during the Web Development course at Trybe.

Primary LanguageJavaScript

🍲🍹 App Recipes Project - Easy Cooking

React Redux React Router

Last project of the Front-end module in a group developed during the Web Development course at Trybe.

We developed with 5 coworkers a recipe app, using React Hooks, Context API and SCRUM agile methodology.

👥 The team

Hugo Mafra Tamiris Shigaki Tiemi Faustino Gabriel Pesch Alexandre Eggers

✨ Features

  • Global state management with Redux.
  • Async API fetching with Redux Thunk.
  • Style with Bootstrap.
  • SPA navigation with React Router DOM.
  • TDD using Cypress.
  • RTL unit test development.

🎉 Application

Check it out here our project in your browser!

Note: the application was developed in 360 x 640 screen resolution. See in this resolution or on your cell phone.

📹 Demo

Login - Profile - Explore

login profile explore

Foods - Drinks - Favorite Recipes

foods drinks favorite

💻 Run Locally

Clone the project

  git clone git@github.com:tiemifaustino/easycooking-app.git

Go to the project directory

  cd easycooking-app

Install dependencies

  npm install

Start the server

  npm run start