Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpdev/better-wit-preact
Nicer timetable for WIT
https://github.com/piotrpdev/better-wit-preact
bootstrap preact pwa react
Last synced: 2 days ago
JSON representation
Nicer timetable for WIT
- Host: GitHub
- URL: https://github.com/piotrpdev/better-wit-preact
- Owner: piotrpdev
- License: mit
- Created: 2023-03-01T15:27:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-16T11:12:47.000Z (10 months ago)
- Last Synced: 2024-05-01T16:22:56.070Z (7 months ago)
- Topics: bootstrap, preact, pwa, react
- Language: JavaScript
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Better WIT Timetable ![preact](https://img.shields.io/badge/made%20with-preact-blueviolet)
This is a nicer timetable for WIT. It's a work in progress, so it's not perfect yet.
The goal of the project is to make a timetable that is more user friendly and easier to use. It's also a good project for me to try Preact.
I wanted to focus on one main aspect: Only show what you need. This is why you can hide modules and only see what is on during one day at a time.
The app uses the timetable JSON generated from my [WIT Timetable Generator](https://github.com/piotrpdev/WIT-Timetable-Generator), this is much nicer than having to manually generate your timetable every week.
### Features
- [x] Responsive design
- [x] Dark mode
- [x] Hide modules
- [x] Colour indicates type e.g. Orange for Lab
- [x] Optional icons for the above
- [x] Automatically shows timetable for current day
- [x] Stores everything locally
- [x] Checks for new timetable when you open the app
- [ ] Nuclear launch codes## Stack
- [Preact](https://preactjs.com/)
- [Bootstrap 4](https://getbootstrap.com/)## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details