Skip to content

tote (time + quote) displays a changing background color based on the current time of day. Every minute, a new quote appears on the screen.

License

Notifications You must be signed in to change notification settings

macho-catt/tote

Repository files navigation

tote

tote (time + quote) displays a changing background color based on the current time of day. Every minute, a new quote appears on the screen.

Tech

  • Next.js
  • Tailwind CSS
  • Headless UI
  • ESLint
  • Prettier
  • Husky
  • Lint-Staged
  • Jest
  • React Testing Library
  • Cypress
  • Vercel

Installation and Setup

  1. Clone the project
git clone https://github.com/macho-catt/tote.git
  1. Install dependencies
npm install
  1. Run locally
npm run dev

Inspiration

This project was initially inspired by What colour is it, a similar website that mapped the current time to a color. However, this website does not exist anymore, so I made a similar project that also shows an inspirational quote.

References

The math for mapping the current time to color is based on the calculations used on Calvin Walton's (kepstin) GitHub Project, and the quotes are obtained through an API request to zenquotes.io.

Todo

  • Incorporate testing with Github Actions after a push / pull request
  • Loading screen

About

tote (time + quote) displays a changing background color based on the current time of day. Every minute, a new quote appears on the screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages