Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ys-sudo/culinary-recipes-app
React.js + Firebase app to store and display culinary recipes uploaded by the users.
https://github.com/ys-sudo/culinary-recipes-app
firebase-database mui node-js reactjs
Last synced: 18 days ago
JSON representation
React.js + Firebase app to store and display culinary recipes uploaded by the users.
- Host: GitHub
- URL: https://github.com/ys-sudo/culinary-recipes-app
- Owner: Ys-sudo
- Created: 2022-08-24T12:57:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T13:25:10.000Z (over 2 years ago)
- Last Synced: 2024-11-08T09:43:48.815Z (2 months ago)
- Topics: firebase-database, mui, node-js, reactjs
- Language: JavaScript
- Homepage: https://ys-sudo.github.io/culinary-recipes-app/
- Size: 1.28 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Culinary recipes publishing app - created with react, firebase and mui.
## Preview: https://ys-sudo.github.io/culinary-recipes-app/
### Implements authentication with Google and by mail, advanced submission form made with react, rendering and sorting options, checks if user is registered and logged in.
#### Server - Database communication (react - firebase)
#### UI made with MUI react library.##### To run the app (yarn or npm) in the terminal:
- `git clone`
- `cd culinary-recipes-app`
- `yarn` || `npm -i`
- `yarn start` || `npm start`The app should run on the `http://localhost:3000/culinary-recipes-app` locally.
#### To deploy to GitHub Pages => `yarn deploy`
*Node version - 14.17*