Check out a live version here 👈
📆 Simple webapp to create calendar events that can easily be shared using QR codes.
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.
This is the todo list:
- add "all day" option
- fix inner input box styling
- nextjs app dir