MarkoKermi / latest_meals_app_cp-project

Latest Meals app displays several different meals offered in local restaurants. User can comment about the mean and can even leave a like if impressed with the meal.

Home Page:https://markokermi.github.io/javascript_capstone_project/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Microverse README Template

πŸ“— Table of Contents

πŸ“– [Latest Meal App]

-Latest Meals app displays several different meals offered in local restaurants. User can comment about the mean and can even leave a like if impressed with the meal.

πŸ›  Built With

  • HTML
  • CSS
  • Javascript

πŸš€ VIDEO WALKTHROUGH

πŸ’» Getting Started

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

  1. Clone the Repo or Download the Zip file or https://github.com/MarkoKermi/javascript_capstone_project.git
  2. cd /leaderboard
  3. Open it with the live server

Prerequisites

In order to run this project you need:

  • Git/Github
  • HTML and CSS knowledge
  • VS code or any other equivalent tool.

LIVE DEMO

Setup

Clone this repository to your desired folder:

Install

Install this project with:

Run tests

To run tests, run the following command:

For tracking linter errors locally you need to follow these steps:

After cloning the project you need to run these commands

npm install This command will download all the dependancies of the project

For tracking linter errors in HTML files run:

npx hint .

For tracking linter errors in CSS or SASS files run:

npx stylelint "**/*.{css,scss}

And For tracking linter errors in JavaScript files run:

npx eslint .

Usage

  • Feel free to use this project.

πŸ‘₯ Author

This is a collaborative project.

πŸ‘€ Towett Sammy

πŸ‘€ Marko Kermi

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a ⭐️ if you like this project!

πŸ™ Acknowledgments

  • I would like to thank Microverse for granting me the knowledge to do this.
  • Thanks to My coding Partner.
  • Thanks to My Morning-session-group and Standup-team Partners.
  • Thanks to Code Reviewers

πŸ”­ Future Features

  • [ Loaders] [I will add loaders as we await data from API]

πŸ“ License

This project is MIT licensed.

About

Latest Meals app displays several different meals offered in local restaurants. User can comment about the mean and can even leave a like if impressed with the meal.

https://markokermi.github.io/javascript_capstone_project/dist/


Languages

Language:JavaScript 45.7%Language:CSS 35.4%Language:Shell 14.3%Language:HTML 4.7%