Skip to content

Latest commit

 

History

History
140 lines (114 loc) · 4.59 KB

README.md

File metadata and controls

140 lines (114 loc) · 4.59 KB

photo logo

API-based Webapp (Resraurant)

screenshot

📗 Table of Contents


📖 API-based Webapp(Restaurant)

The Restaurant web application is based on an external API. We used JavaScript to make the websites dynamic and build a basic single-page app. The application has three user interfaces: A home page showing a list of dishes that a user can "like", a popup window with more data about a dish that a user can leave a comment and a popup window with more data about a dish that a user can use to reserve it for some time.


🛠 Built With

  • JavaScript
  • HTML
  • CSS
  • Webpack
  • Jest for testing

Tech Stack

Client
API

Key Features

  • A home page showing a list of items that a user can "like."
  • A popup window with more data about an item that user can use to comment on it.

(back to top)

🚀 Live Demo

Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  1. Web browser.
  2. Code Editor.
  3. Git-smc.

Setup

To clone this repository to your desired folder, run this command:

  cd my-folder
  git clone https://github.com/momo-87/JS-capstone-project.git

Install

Run this command:

  cd my-project
  npm install

Usage

To run the project, open index.html from dist folder using live server extension.

Run tests

Coming soon

Deployment

Published

(back to top)

👥 Author

👤 Christian Romuald MOMO TONFACK

(back to top)

🔭 Future Features

  • A popup window with more data about an item that user can use to reserve it for a period of time.
  • Reservation popup window

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project just give it a star ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse comnunity for their supports.

(back to top)

📝 License

This project is MIT licensed.

(back to top)