https://github.com/dewa-nanda/restaurant-apps
Restaurant Apps is a web application designed to help users discover restaurants. It offers a user-friendly interface with features like restaurant listing, search functionality, and detailed restaurant views. The app is fully responsive, making it accessible on both mobile and desktop devices.
https://github.com/dewa-nanda/restaurant-apps
css html javascript restaurant restaurant-website sass webpack
Last synced: 3 months ago
JSON representation
Restaurant Apps is a web application designed to help users discover restaurants. It offers a user-friendly interface with features like restaurant listing, search functionality, and detailed restaurant views. The app is fully responsive, making it accessible on both mobile and desktop devices.
- Host: GitHub
- URL: https://github.com/dewa-nanda/restaurant-apps
- Owner: dewa-nanda
- Created: 2022-09-22T15:22:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T20:21:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T09:25:25.153Z (over 1 year ago)
- Topics: css, html, javascript, restaurant, restaurant-website, sass, webpack
- Language: JavaScript
- Homepage: https://ket-restaurant.netlify.app
- Size: 7.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Apps
Restaurant Apps is a web application designed to help users discover restaurants. It offers a user-friendly interface with features like restaurant listing, search functionality, and detailed restaurant views. The app is fully responsive, making it accessible on both mobile and desktop devices.
## Features
- Restaurant listings with descriptions
- Search bar for easy restaurant discovery
- Detailed restaurant view with ratings and reviews
- Responsive design
## Tech Stack
[](https://skillicons.dev)
- **Frontend**: JavaScript, SCSS, HTML
- **Build Tools**: Webpack
- **Testing**: Karma, CodeceptJS
## Demo
A live demo of the application can be accessed [here](https://ket-restaurant.netlify.app).
## Project Setup
To start contributing to the project, follow the steps below to set up the environment:
### Prerequisites
Ensure you have the following installed:
- Node.js (>= 14.x)
- npm (Node Package Manager)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/dewa-nanda/Restaurant-apps.git
2. Navigate into the project directory:
```bash
cd Restaurant-apps
3. To run the project in development mode:
```bash
npm run dev
4. To create a production build:
```bash
npm run buikd
5. To run tests:
```bash
npm run test