Welcome to Purezza Pizzeria,the Uk's top pizza and completely vegan! Click here to visit and get to know Stockholm's future best pizzeria.
The goal of this project was to build a multiple page application for a Vegan Restaurant as an assignment from Novare Potential Academy.
The component tree allows the visualization of the different parts of the application.
To run the project in the development mode, follow the instructions below:
Download or clone the repository in your computer:
$ git clone https://github.com/marcelala/purezza-pizzeria.git
In the repository folder:
- install project dependencies with
npm install
- start the development server with
npm start
- open http://localhost:3000 to view it in the browser.
To run the project in the production mode, use this command intstead:
npm run build
- As a project generated with
create-react-app
, it includes React and ReactDOM as dependencies. It also includes a set of scripts used by Create React App as a development dependency. - The project setup also uses Webpack for handling all assets, as Webpack offers a custom way of “extending” the concept of
import
beyond JavaScript. - React Router Dom for routing Navigation.
- SASS Sassy CSS for styling
- Firebase for hosting the application.
- This project was developed by for practice only, the name purezza and pictures belong to the company purezza in the UK.
- This project was developed by Marcela Felix Fortis mentored by Eduardo Alvarez with support from Novare Potential.
- Exo 2,Oleo Script and Roboto Mono fonts are by from Google Fonts.
- Icons by FontAwesome (Creative Commons Attribution 4.0 International license).
- Images from Unsplash.
- The project was bootstrapped with Create React App. For more information on how to perform common tasks, visit this page.