🍺 Live Demo: https://food-g-app.web.app/home
-
Frontend
- SCSS
- Material UI
- Axios
- React-router-dom
- Redux-toolkit
- Styled-component
- Swiper
- Gsap
- Yup
- React-hook-form
- React-lazy-load-image-component
- React-paginate
- React-image-magnifiers
- React-toastify
- React-timeago
- React-content-loader
- React-select
-
Backend
- Firebase (Authentication, Firestore)
src
|__apis
|__app
|__assets
|__components
|__configs
|__constants
|__contexts
|__features
|__hooks
|__routes
|__utils
- Clone Project
git clone https://github.com/igdev116/food-G-app.git
- Install Packages
npm install (or yarn install)
- Run Project
Note: Because this project is using mkcert to make locally-trusted development certificates so you have to change the script in package.json file
// from 👀
"start": "set HTTPS=true&&set..."
// to 👏
"start": "react-scripts start"
- Using
npm start (or yarn start)