- π Table of Contents
- π [Js capstone project]
The JavaScript capstone project is about building our Food Hobbies web application based on an external API. We will select an API (https://www.themealdb.com/api.php) that provides data about a meals or Foods that we like and then build the webapp around it.
π Built With HTML/CSS,Nodejs/JavaScript, and Webpack
Tech Stack HTML/CSS with JavaScript & Webpack
- [Clean and Simple Static Webpages]
- [Only Raw HTML & CSS with Js]
- [Nodejs for development]
- [Webpack for static bundler]
To get a local copy up and running, follow these steps.
In order to run this project you need:
Check Git is already installed and working:
git --version
node --versionIt should not show you any error. And should return the version info.
Clone this repository to your desired folder:
Execute this:
git clone git@github.com:mahabubx7/js-capstone.gitInstall this project with:
Install Dependencies:
cd your-project-folder
npm installTo run the project, execute the following command:
Execute this:
npm startTo run tests, run the following command:
Testing with Lint-checks:
npm testπ€ Bilal Ahmed
- GitHub: @bilalrajput09
- Twitter: @bilal_rajput09
- LinkedIn: @bilal-ahmed
π€ Abenezer Assefa
- GitHub: @AbenezerAssefa
- LinkedIn: Abenezer
π€ Isabella Otoo
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [Dynamic Renders]
- [Form functionalities]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project... please give it a start.
I would like to thank... themealdb.com
-
[Why Webpack?]
- [It is a static bundler. It helps us to bundle a big and massy web-pages project into a bundled and gives us optimized performance. ]
This project is CC License licensed.
