Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomheaton/qr-calendar
:calendar: Simple webapp to create calendar events that can easily be shared using QR codes.
https://github.com/tomheaton/qr-calendar
calendar css javascript nextjs prettier qrcode react tailwindcss typescript yarn
Last synced: about 12 hours ago
JSON representation
:calendar: Simple webapp to create calendar events that can easily be shared using QR codes.
- Host: GitHub
- URL: https://github.com/tomheaton/qr-calendar
- Owner: tomheaton
- Created: 2021-10-24T13:10:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T00:22:48.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:08:17.706Z (7 months ago)
- Topics: calendar, css, javascript, nextjs, prettier, qrcode, react, tailwindcss, typescript, yarn
- Language: TypeScript
- Homepage: https://qr-calendar.com
- Size: 1.19 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Calendar :calendar:
## Check out a live version [here](https://qr-calendar.com) :point_left:
:calendar: Simple webapp to create calendar events that can easily be shared using QR codes.
## Getting Started :gear:
First, clone the repository:
```bash
git clone https://github.com/tomheaton/qr-calendar.git
```Second, install all the node dependencies:
```bash
yarn
```Third, copy the `env.example` to create a `.env` file and then update the values:
```bash
cp env.example .env
```Next, run the development server:
```bash
yarn dev
```And finally, open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## TODO :pencil:
This is the todo list:
- [ ] add "all day" option
- [ ] fix inner input box styling
- [ ] nextjs app dir