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.
- Restaurant listings with descriptions
- Search bar for easy restaurant discovery
- Detailed restaurant view with ratings and reviews
- Responsive design
- Frontend: JavaScript, SCSS, HTML
- Build Tools: Webpack
- Testing: Karma, CodeceptJS
A live demo of the application can be accessed here.
To start contributing to the project, follow the steps below to set up the environment:
Ensure you have the following installed:
- Node.js (>= 14.x)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/dewa-nanda/Restaurant-apps.git
- Navigate into the project directory:
cd Restaurant-apps
- To run the project in development mode:
npm run dev
- To create a production build:
npm run buikd
- To run tests:
npm run test