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

https://github.com/linusrachlis/fringr2-fe

Visual planning tool for attending shows in Toronto Fringe
https://github.com/linusrachlis/fringr2-fe

Last synced: 5 months ago
JSON representation

Visual planning tool for attending shows in Toronto Fringe

Awesome Lists containing this project

README

          

# Fringr

An easier way to Fringe more: select the shows you want to see, and get a visual planner to help you fit them all in!

https://fringr.rachlis.net

> Note: the current show data is for the [Toronto Fringe Festival](https://fringetoronto.com/fringe/about) (July 2-13, 2025).

> Disclaimer: this tool is unofficial. I am not affiliated with the Fringe Festival, I just love it. The Fringe Festival does not endorse this tool, although I heartily endorse the festival. Information may have become out of date since I gathered it. Please double check all information on the official Fringe Festival website using the provided links, before making plans.

![Screenshot](screenshot.png)

## Contributing

This project is in a very early stage and not ready for unsolicited contributions. I have lots of plans for improvement that I haven't had time for yet, which you can see under the issue tracker. I would welcome additional feedback there, if you have an issue or idea that you don't see listed.

### Development commands

```sh
# Initial setup
npm install

# Run dev server
npm run dev

# Lint
npm run lint

# Format
npx prettier src/ --write

# Build for production
npm run build
```