Your Meal finder is a program that fetch data from an API and shows them in a webpage and allows the user to interact (like, comment, etc.) trhough another API
- HTML
- CSS
- Javascript
Server
-
Show contents from an external API
-
Like the items
-
Make comments
In order to run this project you need:
You can either run the program from the live link or you can clone the prpject to your machine and run it manually from your VS code.
Clone this repository to your desired folder:
Install this project with:
npm install
To run the project, execute the following command:
npm start
To to build for the production, execute the following command:
npm run build
To run tests, run the following command:
npm test
You can deploy this project using Github Pages
You can deploy this project using:
👤 Wali Muhammad
-
GitHub: @Itswali
-
Twitter: @Wali-Muhammad
-
LinkedIn: @Wali Muhammad
👤 Utsargo Roy
-
GitHub: @utsargo
-
Twitter: @royutsargo
-
LinkedIn: LinkedIn
-
[Will add form validation and some other event listeners]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
-
What is this project?
- It's a capstone project of micoverse curriculam.
-
Is there any SQL database for this site
- No, there isn't. However, we used APIs to pull content and interact with the content.
This project is MIT licensed.