Skip to content

tatyanka-study/hometask-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery App

Web application where users can order food delivery

Download & Get started

This app can be downloaded or cloned.

It`s at the link (https://github.com/tatyanka-study/hometask-shop.git).

To download follow the link

  1. Download ZIP file from the link: There will be a green button with the inscription (< > Code). When you click it? you`ll see drop-down list inside which is the last item (Download ZIP). Click it and save the file.

  2. Open downloaded folder with files in code editor: Unzip the downloaded file and open it in a code editor. For example, in Visual Studio Code. Since the application is written using the React library it must be installed in your code editor. If not, install it.

  3. You must install dependencies from package.json. To do this, open a terminal in a code editor and write in it:

 npm install
  1. To launch a working application in a browser, write the command in the terminal:
 npm start

Open http://localhost:3000 to view it in your browser.

  1. To stop the application, press CTRL+C

To clone

  1. Select the folder on your device where you want to place the application.

  2. Open Git Bash: Right-click in the selected folder. A context menu will open and select Git Bash in it.

  3. Type git clone, and then paste the URL of this delivery app:

 git clone https://github.com/tatyanka-study/hometask-shop.git
  1. Press Enter.

  2. You must install dependencies from package.json. To do this, open a terminal in a code editor and write in it:

 npm install
  1. To launch a working application in a browser, write the command in the terminal:
 npm start

Open http://localhost:3000 to view it in your browser.

  1. To stop the application, press CTRL+C

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published