https://github.com/blackmann/c001start
Code competition 1 for the Boyssss
https://github.com/blackmann/c001start
Last synced: about 1 month ago
JSON representation
Code competition 1 for the Boyssss
- Host: GitHub
- URL: https://github.com/blackmann/c001start
- Owner: blackmann
- Created: 2020-09-19T21:40:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T21:44:14.000Z (almost 6 years ago)
- Last Synced: 2025-10-12T15:05:31.834Z (8 months ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Back story
You are the frontend developer of a software company. You are tasked to develop the `Photo Detail` page.
The page should match what the designer gave you.

## Requirement
- Display photo, caption and comments of current photo.
- Provide an input field to take comments. And a button to save comment.
- Provide `Previous` and `Next` buttons to slide through images
- Publish your code on Github with repo name `c001start` and submit the link to me on Discord
## Tips
- Try to solve the easy parts first, before moving on to the parts that you think are difficult.
- You can use your own choice of colors
- You can any CSS library you want. Bulma, Bootstrap, etc
#
## Be creative