MakanLezat is a website that provides restaurant and cafe recommendations in various cities in Indonesia. Users can view location, rating, description, menu, and reviews from various customers.
This project is a submission for the Menjadi Front-End Web Developer Expert course by Dicoding.
- View a list of restaurants and cafes
- Add to favorites
- View location, rating, description, menu, and customer reviews
- HTML
- CSS
- JavaScript
- Node.js
- Webpack
- Karma
- CodeceptJS
To get a local copy of the project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/makanlezat.git
- Navigate to the project directory:
cd makanlezat
- Install the dependencies:
npm install
- Start the development server:
npm start-dev
- After starting the development server, open your web browser and go to
http://localhost:5000
(or the appropriate port specified in your configuration). - Browse through the list of restaurants and cafes.
- Click on a restaurant/cafe to view more details including location, rating, description, menu, and reviews.
- You can add restaurants/cafes to your favorites by clicking the 'Add to Favorites' button.