Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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