Skip to content

This project is a web-based system that allows users to order food.

Notifications You must be signed in to change notification settings

aleksei-deets/react-food-ordering-app

Repository files navigation

Food Ordering App


Main Information

Food-Ordering-App is a user-friendly web application dedicated to online food ordering.

Key Features:

  • JWT Authentication & Authorization.
  • Intuitive cart management allowing users to add or remove items.
  • Global state management with Redux.

Tech Stack

This project is being developed using technologies:

react typescript

  • Vite
  • ESLint

npm packages being used in the project development:

  • redux toolkit
  • axios
  • react-router-dom
  • classnames

Getting Started

nvm install v18.7.0
  • Check nodejs version by typing :
node -v
  • If multiple versions are installed use the correct version :
nvm use v18.7.0
  • Remove node_modules folders if exist in the food-ordering-app directory

  • Install dependencies :

npm install
  • Open the project folder and enter the command in the terminal to run the development server:
npm run dev
  • Or run the below command for the production mode:
npm run build

Learn More

DOCS:

React documentation.

Vite documentation.

Redux documentation.

About

This project is a web-based system that allows users to order food.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published