https://github.com/ariyansep0-0/simple-homepage-devchallengesio
This challenge is a great way to start using JS with HTML and CSS. The challenge is to create a FAQ page that challenges you to use JavaScript to modify basic elements
https://github.com/ariyansep0-0/simple-homepage-devchallengesio
devchallengesio tailwindcss
Last synced: about 2 months ago
JSON representation
This challenge is a great way to start using JS with HTML and CSS. The challenge is to create a FAQ page that challenges you to use JavaScript to modify basic elements
- Host: GitHub
- URL: https://github.com/ariyansep0-0/simple-homepage-devchallengesio
- Owner: ARiYaNSEp0-0
- Created: 2024-09-11T09:13:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:22:32.000Z (9 months ago)
- Last Synced: 2025-03-21T04:11:14.754Z (3 months ago)
- Topics: devchallengesio, tailwindcss
- Language: HTML
- Homepage: https://ariyansep0-0.github.io/simple-homepage-devchallengesio/
- Size: 980 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Homepage - Alarado
This challenge is a great way to start using JS with HTML and CSS. The challenge is to create a FAQ page that challenges you to use JavaScript to modify basic elements
User stories :
- Create a simple homepage page that matches the given design.- Use HTML to create the basic structure.
- Add logo, heading, description, links, buttons,.. according to the design.
- User should be able to toggle between light and dark mode (light as default).
- Use CSS or CSS frameworks to style the card.
- The page should be responsive on different screen sizes.
- On mobile, users should be able to toggle side navigation.