Skip to content

tomheaton/qr-calendar

Repository files navigation

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