Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/larissaperinoto/recipes-app
- Owner: larissaperinoto
- Created: 2022-12-02T13:53:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T01:49:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T03:14:56.598Z (3 months ago)
- Topics: css3, html5, javascript, kanban, react-hooks, react-router, reactjs
- Language: JavaScript
- Homepage: https://recipes-app-larissaperinoto.vercel.app/
- Size: 2.66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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.