issues
search
mrprotocoll
/
meal-app
This is a single webpage that displays meals froma an API and enable users to like, view meal details and comment.
MIT License
3
stars
0
forks
source link
Milestone: Complete Javascript group capstone project
#36
Closed
mrprotocoll
closed
1 year ago
mrprotocoll
commented
1 year ago
The following updates were made
Setup project with Webpack, Jest, Linters and Gitflow
Add homepage general design
Display list of items on the Homepage
Display Comments pop up with selected item's details
Display number of likes for each item on the Homepage
Display comments for a given item on the Comments pop-up
Create feature to add new like
Add all items counter on the Homepage
Create feature to add new comment
Add comments counter
Add tests for items counter
Add tests for comments counter
Add gh-pages for deployment
Update README
The following updates were made