A fullscreen real time clock with customizable display settings.
See the website live at https://dom1153.github.io/clockApp
- Real time clock and date display.
- Customizable UI to change display time formats.
- Setting to display a wallpaper from Pexel images.
- Responsive web design.
- Fullscreen window mode.
- React
- Tailwind CSS
- Pexel Image API
- Page deployment via github pages
npm install
npm run dev
# or use yarn / pnpm / bun equivalents
This was a code study to reproduce an app similar to https://clockie.app/
Having no real prior react experience I wanted to see how simple it was to create an app from scratch.