In this project, we built our own web application based on an external API. The web application has 3 user interfaces:
- On homepage interface you can you can like your favorite meals;
- On comments interface you can add comments;
This is a team project in the Microverse second Module. The project is a Meal-menu Web application that enables a user to Learn cooking of three different countries .
The goal of the project is to build the application using Vanilla JavaScript and ES6 Modules.
Click here to get a live preview of the project
Responsive HTML page
- Integrated webpack
- Integrated MealDB API
- Integrated Involvement API
- Addition of unit test using Jest.
- Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).
- Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).
- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).
- ESlint (A mighty, modern linter that helps you avoid errors and enforce conventions in JavaScript codes)
- Webpack (Used for bundling JavaScript files for usage in a browser)
- Bootstrap CSS library
- Github
- GitFlow
- Visual Studio Code
- webpack
- npm
- jest
To get a local copy up and running follow these simple example steps.
The basic requirements for building the executable are:
- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)
git clone https://github.com/Abenezer-Tilahun/MealApp.git<Your-Build-Directory>
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
npx stylelint "**/*.{css,scss}"
npm install npm install --save-dev [email protected] [email protected] [email protected] [email protected]
npx eslint .
npm init -y
npm install --save-dev [email protected]
npx hint .
You can find each unit test cases in the Test folder located in the parent source directory of the project. you can create your own custom unit test and test it by running
npx run test
This should run all unit test found in the application.test.js from the Test folder.
Feel free to check the issues page.
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Author2
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Give a ⭐️ if you like this project!
- Microverse
- My coding partners(@keza681 ))
This project is MIT licensed.