- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
In our JavaScript capstone project, we built a dynamic web application using an external API. The webapp featured a home page with a list of "likeable" items, a comments popup for more information. We followed best JavaScript practices, used ES6 syntax, modules, and webpack. Our project included unit tests, code reviews, and integrated the Involvement API for user interactions.
- HTML
- CSS
- JAVASCRIPT
Markup Language
Style
Layout
Interaction and Dynamic HTML
Module Bundler
Testing
- Like A Meal
- Comment On A Meal
To get a local copy up and running, follow these steps.
In order to run this project you need the following tools:
- Node.js on your computer
- Code editor e.g.: VScode
Clone this repository to your desired folder by running the following commands in your terminal:
cd your-prefered-folder-name
git clone https://github.com/mershark/Microverse-capstone-2.git
- Install this project with:
cd Microverse-capstone-2
npm install or npm i
- Run an optimized build for prodction:
npm run build
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm run test
You can deploy this project by transferring the files in your local repository onto your server
👤 Mershark Takyi
- GitHub: @githubhandle
- LinkedIn: Profile link
👤 Hamid Azim
- GitHub: @hamidazim321
- Twitter: @hamidazim321
- Contacts Papge
- About Page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedback.
- Thanks to our coding partners, the morning session team and standup team for their coperation.
This project is MIT licensed.