An open API service indexing awesome lists of open source software.

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.

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
[![My Skills](https://skillicons.dev/icons?i=html,css,js,sass,webpack)](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