Git Product home page Git Product logo

pizzeria-kodilla-8.2's Introduction

Pizzeria App ๐Ÿ•

Dynamic website created as exercise for Web Developer Bootcamp in Kodilla (Module 8.2).

Teaser

Coming soon.

More info about launch/installation coming soon.

Live demo and setup for development

Live on Heroku: https://italian-restaurant.herokuapp.com/

Repository: https://github.com/natkalia/pizzeria-kodilla-8.2.git

If you want to run this app at your local machine you have to clone this repository or just download zip file and unzip it locally. This is up to you. If you decide to clone this repo, you should use the below command in your command line tool:

git clone https://github.com/natkalia/pizzeria-kodilla-8.2.git

After, move to the main folder of the app and use the following command which retrieves all dependencies necessary to build our application:

npm install

If the previous commands was executed successfully, it's time to start the app with the following command:

npm watch

As a result you should be taken to a browser with application running on localhost. Now you are ready to work!

Technologies

Project is created with:

  • HTML
  • Sass for CSS
  • Javascript
  • Handlebars.js for templating engine handlebars
  • flatpickr.js for datepicker in booking flatpickr
  • rangeslider.js for slider in booking rangeSlider
  • Swiper for carousel on main page Swiper
  • json-server for fake REST API to simulate backend json-server
  • custom npm task runner

Clean code

  1. General editing is linted with editorconfig which helps with basic editing such as tabs vs spaces. You can see the rules in .editorconfig file here.
  2. HTML: HTML validation is done with html-validate.
  3. Styles: Sass (and CSS) is linted with stylelint. You can see the rules in .styleintrc.json file here.
  4. JS: Javascript is linted with ESLint. You can see the rules in .eslintrc.json file here.

Todo

  • add more styling
  • add more RWD
  • verify/implement browser compatibility
  • add handling user clicking edit product button in Cart (now working as if it was a remove button)
  • new feature: change logic for repeating events not to block available dates before start
  • new feature: move info for booking page (number and location of tables, starters) from handelbars template to fake API
  • new feature: set min/max number of people to be able to book given table

Project status

In progress.

Credits

Coming soon.

pizzeria-kodilla-8.2's People

Contributors

natkalia avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.