ArtemKrylov / delivery_app_ET-school

The Food Delivery FullStack app. Test web application for ET-school

Home Page:https://delivery-app-et-school.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Food Delivery app - the web application where users can order food delivery. Made as a test task for ET-school ELIFTECH

Fully deployed on Vercel

Technology stack:

Front: React, TypeScript, global context via useContext(), react hooks, react-routing, react-styled-components, components lazy-loading, image lazy-loading react-hot-toast, Formik + Yup, react-router-dom

Back: Express

DB: PostgreSQL

image

Features:

  1. TypeScript Frontend usage for better maintenance
  2. NoMatchPage - if user enters wrong address - user is navigated to index route (which is ShopsPage)1.
  3. Responsive layout
  4. Creative animated Loader while a page/components are loading
  5. Lazy loading of components and images for better perfomance
  6. Google Maps feature shows your chosen shop, delivery address and your current locations

image

Available Scripts

Backend:

'npm start': "node index.js",

'npm run dev': "nodemon server"

DB is hosted on Versel

Frontend:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

About

The Food Delivery FullStack app. Test web application for ET-school

https://delivery-app-et-school.vercel.app


Languages

Language:TypeScript 81.3%Language:HTML 10.1%Language:JavaScript 8.6%