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
- Host: GitHub
- URL: https://github.com/linusrachlis/fringr2-fe
- Owner: linusrachlis
- Created: 2019-06-22T05:03:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-03T20:40:36.000Z (11 months ago)
- Last Synced: 2025-08-03T22:12:28.940Z (11 months ago)
- Language: TypeScript
- Homepage: https://fringr.rachlis.net
- Size: 1.86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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.

## 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
```