Project Name
Description the project.
Built With
- Major languages
- Frameworks
- Technologies used
Live Demo (if available)
Getting Started
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
Prerequisites
Setup
Install
Usage
Run tests
Deployment
Authors
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
📝
License
This project is MIT licensed.
Javascript capstone
Below is the link to our repo.
we have two people on this project @misheck12 and @EzekielUtshudi
https://github.com/EzekielUtshudi/Javascrip-Capstone-Project/projects/1
Peer-to-peer review
STATUS: APPROVED :large_green_circle:
Hi @EzekielUtshudi and @misheck12 :wave: ,
I confirm all tests are implemented correctly and passing, Great job team :+1: Your project is well structured! There is nothing else to say other than... Happy coding :shipit: Congratulations! :tada:
To Highlight :tada:
Peer-to-Peer Review
[0.5pt] Find external API - group task
Find an API to base the development of the webapp around it. The API should allow you to
[4pt] - Display list of items on the Homepage - Student A
Create the main part of the homepage that keeps the layout from the wireframe:
When the page loads, the webapp retrieves data from the selected API and shows the list of items on screen with the basic data (e.g. title + image).
Prepare also "Comments" and "Reservations" buttons. They should be doing nothing - just being displayed.
This task does not include displaying the number of likes for each item.
This task does not include the counter of the items.
[4pt] -Display Comments pop up with selected item's details - Student B
Create a comments popup only with the top section (displaying details of the selected item)
When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.
Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).
[4pt] - Display Reservations pop up with selected item's details - Student C
Create a reservations popup only with the top section (displaying details of the selected item)
When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.
Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).
[4pt] - Display number of likes for each item on the Homepage - Student A
When the page loads, the webapp the Involvement API to show the item likes and combines them with the data from the base API.
Remember that your page should make only 2 requests:
This task does not include displaying the likes button (heart icon on the wireframe) for each item.
[3pt] - Display comments for a given item on the Comments pop-up - Student B
When the popup loads, the webapp retrieves data from the Involvement API to show the item comments.
This task does not include the counter of the comments.
[3pt] - Display reservations for a given item on the Reservations pop-up - Student C
When the popup loads, the webapp retrieves data from the Involvement API to show the item's reservations.
This task does not include the counter of the reservations.
[4pt] - Create feature: add new comment - Student B
Implement the "add new comment" form on the Comments pop up according to the wireframe:
When the user clicks on the "Comment" button, the data is recorded in the Involvement API and the screen is updated.
Development
In this PR we Implemented the following :
Home page
Pop-up Comments
The video link