Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annaindistress/frontend-mentor-clock-app
This is a solution to the clock app challenge on Frontend Mentor
https://github.com/annaindistress/frontend-mentor-clock-app
css-custom-properties github-actions html ip-geolocation-api postcss quotable-api svg-sprite vanilla-js vite worldtimeapi
Last synced: 10 days ago
JSON representation
This is a solution to the clock app challenge on Frontend Mentor
- Host: GitHub
- URL: https://github.com/annaindistress/frontend-mentor-clock-app
- Owner: annaindistress
- Created: 2023-08-13T17:41:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T16:16:14.000Z (over 1 year ago)
- Last Synced: 2024-11-24T09:16:55.815Z (2 months ago)
- Topics: css-custom-properties, github-actions, html, ip-geolocation-api, postcss, quotable-api, svg-sprite, vanilla-js, vite, worldtimeapi
- Language: CSS
- Homepage: https://annaindistress.github.io/frontend-mentor-clock-app/
- Size: 5.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clock app
This is a solution to the [clock app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/clock-app-LMFaxFwrM). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [Author](#author)## The challenge
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- View the current time and location information based on their IP address
- View additional information about the date and time in the expanded state
- Be shown the correct greeting and background image based on the time of day they're visiting the site
- Generate random programming quotes by clicking the refresh icon near the quote## Screenshot
![](./screenshot.png)
## Links
- [Solution URL](https://github.com/annaindistress/frontend-mentor-clock-app)
- [Live Site URL](https://annaindistress.github.io/frontend-mentor-clock-app/)## Built with
- Semantic HTML5 markup
- Flexbox
- CSS Grid
- PostCSS
- Mobile-first workflow
- Vanilla JavaScript
- Vite
- [Quotable API](https://github.com/lukePeavey/quotable)
- [IP Geolocation API](https://ipapi.co/json/)
- [WorldTimeAPI](https://worldtimeapi.org/)## Author
- Frontend Mentor - [@annaindistress](https://www.frontendmentor.io/profile/annaindistress)