Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radyaben/builder-shop
This is a one-page web application that allows you to order services for working with windows and balconies, calculate their cost and size.
https://github.com/radyaben/builder-shop
css html javascript jquery less php ruby scss
Last synced: 11 days ago
JSON representation
This is a one-page web application that allows you to order services for working with windows and balconies, calculate their cost and size.
- Host: GitHub
- URL: https://github.com/radyaben/builder-shop
- Owner: RadyaBen
- Created: 2022-05-06T09:18:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T18:49:42.000Z (over 2 years ago)
- Last Synced: 2024-05-28T16:39:06.803Z (6 months ago)
- Topics: css, html, javascript, jquery, less, php, ruby, scss
- Language: JavaScript
- Homepage:
- Size: 3.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Builder Shop
![GitHub last commit](https://img.shields.io/github/last-commit/RadyaBen/Builder-Shop?style=plastic)
![GitHub repo size](https://img.shields.io/github/repo-size/RadyaBen/Builder-Shop?style=plastic)
![GitHub language count](https://img.shields.io/github/languages/count/RadyaBen/Builder-Shop?style=plastic)
![GitHub top language](https://img.shields.io/github/languages/top/RadyaBen/Builder-Shop?style=plastic)## What is Builder Shop?
* This is a web application that allows users to order services for working with windows and balconies, calculating their cost and size.
* There are forms with which a user can send their data to contact him.
* It is also available on mobile devices.
* The front-end part was developed with JavaScript, Gulp, Slick, HTML, CSS3 and SCSS. The back-end part was developed with PHP and Fetch API.## Built With
* [Jquery](https://jquery.com/)
* [PHP](https://www.php.net/)
* [Gulp](https://gulpjs.com/)
* [Babel](https://babeljs.io/)
* [Bootsrap](https://getbootstrap.com/)
* [Slick](https://kenwheeler.github.io/slick/)
* [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
* [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
* [SCSS](https://sass-lang.com/)## Getting Started
### Prerequisites
* [Git](https://git-scm.com)
* [Node.js](https://nodejs.org/en/download/)
* [npm](http://npmjs.com)### Installation
```sh
# Step 1: Clone the repository
$ git clone https://github.com/RadyaBen/Builder-Shop.git# Step 2: Go into the repository
$ cd Builder-Shop# Step 3: Install the Gulp CLI globally
$ npm install gulp-cli -g# Step 4: Install the gulp package
$ npm install gulp# Step 5: Run the app
$ gulp
```