React 19, NextJS 15, TypeScript, ChakraUI, Zustand, React Query
├── src
│ ├── app
│ │ ├── api
│ │ ├── notepad
│ │ └── snake
│ ├── assets
│ │ ├── icons
│ │ └── images
│ ├── components
│ │ ├── common
│ │ ├── layout
│ │ ├── modals
│ │ ├── settings
│ │ └── views
│ │ ├── homepage
│ │ ├── intro
│ │ ├── notepad
│ │ └── snake
│ ├── hooks
│ ├── services
│ ├── store
│ ├── theme
│ │ └── components
│ └── utils
└── package.json
- Current day and date
- Weather forecast
- "Did you know?" facts
- Quotes
- Task list
- Notepad
- Snake game (desktop only)
- Themes
- Customization through settings panel
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site |
This project has been renamed in May 2025. It was formerly known as "Daydash" and accessible via the "daydash.app" domain.
This project is licensed under the CC-BY-NC-ND-4.0 license - see the license file for more information.
Made with ♥ by matt765