Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larissaperinoto/recipes-app

Recipes App is a Front-end application that allows the user to monitor the preparation of a recipe.
https://github.com/larissaperinoto/recipes-app

css3 html5 javascript kanban react-hooks react-router reactjs

Last synced: 30 days ago
JSON representation

Recipes App is a Front-end application that allows the user to monitor the preparation of a recipe.

Awesome Lists containing this project

README

        

# Recipes App

[Trybe](https://www.betrybe.com/) is a technology school focused on training Web Developers and the Fast Delivery project was proposed as an activity to improve studies on front-end development.

The project was developed with the following team: [Larissa Perinoto](https://github.com/larissaperinoto), [Harumi Maeda](https://github.com/harumimaeda), [Gustavo Vieira de Oliveira](https://github.com/Gusvioli), [Jean Rosa](https://github.com/Jean-Rosa19) e [Robson Mendes](https://github.com/Robsonmendes1987).

### Description

The Recipes App application is a food and drinks recipe app, where the user can search and bookmark recipes, document the development and finalization of completed recipes. The application's layout is designed for use on mobile devices.

### Technologies and Tools


HTML
CSS3
JavaScript
ReactJS
React-router
ESlint
Jest


Technologies used in the project include:

#### Front-end

- [ReactJS](https://pt-br.reactjs.org/)
- [React Router](https://reactrouter.com/en/main)
- [Jest](https://jestjs.io/pt-BR/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)

#### Code aligment
- [ESLint](https://github.com/eslint/eslint)
- [StyleLint](https://stylelint.io/)

### How to run

To run the project on your machine, start by making a clone of this repository with the following command.

git clone [email protected]:larissaperinoto/recipes-app.git

Use the command below to install the dependencies after the repository clone.

npm install

Start the project with the command below.

npm start

Run the tests using the following command.

npm test

### How to login

To log in to the application, just enter an email in the form **[email protected]** and any password with a number greater than or equal to six characters.

---

Developed by [Larissa Perinoto](https://larissaperinoto.com.br/), © 2023.