tomheaton / qr-calendar

:calendar: Simple webapp to create calendar events that can easily be shared using QR codes.

Home Page:https://qr-calendar.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Calendar πŸ“†

Check out a live version here πŸ‘ˆ

πŸ“† Simple webapp to create calendar events that can easily be shared using QR codes.

Getting Started βš™οΈ

First, clone the repository:

git clone https://github.com/tomheaton/qr-calendar.git

Second, install all the node dependencies:

yarn

Third, copy the env.example to create a .env file and then update the values:

cp env.example .env

Next, run the development server:

yarn dev

And finally, open http://localhost:3000 with your browser to see the result.

TODO πŸ“

This is the todo list:

  • add "all day" option
  • fix inner input box styling
  • nextjs app dir

About

:calendar: Simple webapp to create calendar events that can easily be shared using QR codes.

https://qr-calendar.com


Languages

Language:TypeScript 85.5%Language:CSS 10.4%Language:JavaScript 4.1%