Skip to content

Latest commit

 

History

History
173 lines (114 loc) · 4.09 KB

README.md

File metadata and controls

173 lines (114 loc) · 4.09 KB

📗 Table of Contents

📖 ES6-CAPSTONE

ES6-capstone is a website where users can find meals, fetched from mealDB, comment and make a reservsation.

🛠 Built With

Tech Stack

Client

Key Features

  • HTML Form
  • css flexbox
  • Semantic tags
  • ES6 Javascript
  • ES6 modules
  • webpack
  • Async
  • JEST test library
  • Fetch API

(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:

  • Web browser
  • Node
  • VS code

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/devendra-alt/ES6-capstone

Install

Install this project with:

  cd ES6-capstone
  npm i

Usage

To run the project, execute the following command:

  npm run dev

Run tests

To run tests, run the following command:

  npm test

Deployment

You can deploy this project using:

  • Github pages
  • Netlify

(back to top)

👥 Authors

👤 Devendra Mulewa

👤 Iwu John Chinonso

👤 Bleu Yves Sopoude (MrBlue)

(back to top)

🔭 Future Features

  • [Adding-meals]
  • [Sign-up]
  • [Login]

(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 please start it

(back to top)

🙏 Acknowledgments

We would like to thank Microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)