Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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*