https://github.com/esteves-esta/one-page-calendar
One page calendar based on this article of magazine big think https://bigthink.com/starts-with-a-bang/one-page-calendar/
https://github.com/esteves-esta/one-page-calendar
Last synced: 4 months ago
JSON representation
One page calendar based on this article of magazine big think https://bigthink.com/starts-with-a-bang/one-page-calendar/
- Host: GitHub
- URL: https://github.com/esteves-esta/one-page-calendar
- Owner: esteves-esta
- License: gpl-3.0
- Created: 2023-12-10T18:46:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T17:33:29.000Z (4 months ago)
- Last Synced: 2025-02-05T18:47:36.531Z (4 months ago)
- Language: JavaScript
- Homepage: https://esteves-esta.github.io/one-page-calendar/
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# One page calendar
>## "It's simpler, more compact, and reusable from year-to-year in a way that no other calendar is. "
> Idea from this article of magazine [big think](https://bigthink.com/starts-with-a-bang/one-page-calendar/)> ### Access app on the link:
> https://esteves-esta.github.io/one-page-calendar/---
## Index# Table of Contents
- [One page calendar](#one-page-calendar)
- [Index](#index)
- [Table of Contents](#table-of-contents)
- [Printscreen](#printscreen)
- [📖 Features](#-features)
- [✅ Done ✨✨](#-done-)
- [🔨 To do](#-to-do)
- [🧰 Tech Stack](#-tech-stack)
- [🚀 How to run locally](#-how-to-run-locally)---
---## Printscreen
---
---
---
---
---
---
---
## 📖 Features
### ✅ Done ✨✨
- [x] Calendar grid
- [x] Change year
- [x] Customizations
- [x] change language (pt/eng/ko/jp)
- [x ] change num. of charaters shown on grid (month and week)
- [x] change calendar styles
- [x] all
- [x] by section (months / weeks / days)
- [x] change border color of grid
- [x] change background color of grid
- [x] change background color of cell
- [x] change color of each day of the week for each day
- [x] select day and year - and open toast saying if you want to save date## 🔨 To do
- [ ] sounds on events/buttons press
---
## 🧰 Tech Stack
- Vite
- React
- Lucide React - icons---
## 🚀 How to run locally
1. Install packages
```
npm i
```
or```
yarn i
```2. Run dev server
```
npm run dev
```
or```
yarn dev
```