Next.js Daily Routine App

A super easy starter kit for building a Routine App.

Intro

This repo is what is used to build and publish this routine website My Daily Routine

Features

  • Setup only takes a few minutes (single config file)
  • Built using Next.js 13, React, Typescript, TailwindCSS
  • Custom/Auto-generated Quotes
  • Already Optimized color schemes
  • Easy to change theme
  • Responsive for different devices
  • Auto-shows current time
  • Optimized for Next.js and Vercel

Demo

Setup

All config is defined in config.ts

This project reqires a recent version of Node.js (recommended >= 16)

  1. Fork / clone this repo
  2. Change your preferred values in config.ts
  3. npm install
  4. npm run dev to test locally
  5. npm run deploy to deploy it to Vercel

The configuration is very simple, and is very easy to get started.

Quotes

You can easily add your favourite quotes in the config.ts file.

  • Add your own quote to always have the same output.
  • Add multiple quotes to cycle between them.
  • Remove/Empty the quotes to always have auto-generated stoic quotes.

Preview Image

Preview Image