Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 926 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 926 Bytes

Ristorante con Fusion

Project's description

This is a project created to practice technical skills as one of the assignments of Front-End Web Development with React course by The Hong Kong University of Science and Technology. The main goal is to learn more about git, JavaScript, React, and Redux. With that in mind, the styling isn't important for now, therefore ReactStrap was used.

The project is a website for a restaurant.

Environment and tools

  • npm version: 7.20.3
  • React version: 17.0.2
  • Redux version:3.7.2
  • ReactStrap: 8.9.0

Steps to run and debug

In this project's root folder, install all the required dependencies by running:

npm install

After that, you can run the project by running:

npm start

By doing that, the project will start and you can see it at http://localhost:3000. Each change made to the source code will reload the browser applying those changes.