Skip to content

Latest commit

 

History

History
182 lines (112 loc) · 4.28 KB

File metadata and controls

182 lines (112 loc) · 4.28 KB

📗 Table of Contents

📖 [MeaLsDB Restaurant]

[MeaLsDB Restaurant] is a JavaScript Capstone project that showcases the knowledge of webpack, API integration, and Jest. The data is fetched from the API and displayed on the user interface. The various meal types is displayed based on the alphabetical letter we selected from the API. We employ a Jest test to ensure that every functionality operates as expected. We use the grid layout, which aids in making the application responsive.

🛠 Built With

Tech Stack

HTML5
CSS3
Javascript
Webpack

Key Features

  • [Likes buttons that update both UI and API]
  • [Comments buttons]

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Live server, and npm

Setup

Clone this repository to your desired folder:

Example commands:

git clone git@github.com:Bhekisile/Capstone_JavaScript.git

Install

Install this project with:

  • Install Node Modules

  • npm install

Usage

To run the project, execute the following command:

  • Start the development server

  • npm start

Run tests

To run tests, run the following command:

npm test

(back to top)

👥 Authors

👤 Bhekisile Jozi

👤 Margaret

(back to top)

🔭 Future Features

  • [Add recipes for each meal]

(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 give it a star!

(back to top)

🙏 Acknowledgments

We would like to thank Microverse for this great opportunity!

(back to top)

📝 License

This project is MIT licensed.

(back to top)