- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
This is an app that lets you view different topics and be able to post comments and make reservation.
HTML
CSS
Javascript
- Add comments
- Place your reservation
- Like the topic
Please click the link below to check the demo
In this app, we have different topics being fetched from the API. You then can comment, like and make reservations on your favorite topic. The app is built with JavaScript and we used webpack and ES6 features for code organisation. You should develop a first working version of the app following a wireframe.
To get a local copy up and running, follow these steps:
- Clone the project from this link: https://github.com/whiteWolfx99/Capstone_js.git
In order to run this project you need:
- Web browser
- Code editor
- Good internet connection
Clone this repository to your desired folder by using the following command:
cd my-folder
git clone https://github.com/whiteWolfx99/Capstone_js.git
Install these npm dependencies by running the commands below:
cd my-project
npm install webpack webpack-cli web html-webpack-plugin isomorphic-fetch
To run the project, execute the following command:
npm start
This will open the browser and be able to pull data from the server
To run tests, run the following command:
npm test
👤 Hevar Kas
- GitHub: @whiteWolfx99
- Email: hhqu180099@uniq.edu.iq
- code review: [(https://github.com/whiteWolfx99/Capstone_js/pull/28)](Pull request)
- video link: https://drive.google.com/file/d/1qI6nJ5z27Ym3OtoDBkHQhvuQwtdMWIZQ/view?usp=sharing
👤 Emmanuel Mhango
- GitHub: @emmanuellmhango
- LinkedIn: @emmanuel-mhango-421504a4
👤 Ammanuel Galema
- GitHub: @amexabee
- Email: amexabee@yahoo.com
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like our project, please reach out and support us
I would like to thank all who inspired us during the project
Add at least 2 questions new developers would ask when they decide to use your project.
-
Can i run it on my local machine or do i need to host it on the internet?
- [Yes you can run it on your local machine. Just make sure that you install the required dependecies as stated in the installation part above]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.