Calendar for New Media Releases
The title of the static webpage is "Is that out yet?".
For detailed deployment instructions, please refer to the docs/DEPLOYMENT.md file.
This is a Next.js project bootstrapped with create-next-app
.
- Setup a Postgres Database and create an
.env
that points to it - Run the
build_and_run.sh
script to build and run the Docker container - Open http://localhost:3000 with your browser to see the result.
The following features and tasks are planned for future implementation:
- A calendar view to display upcoming media releases.
- Week View
- Month view
- Integration with external APIs to fetch release dates.
- Countdown for item page
- Newsletter for users
- Discord alerts
- Support for different types of media releases, such as:
- Video Games
- Player(s)
- Feature(s)
- Link to Open Critic
- Link to Meta Critic
- Link to Twitch streams (Twitch ID)
- Movies
- TV Shows
- Comic Books
- Video Games
- Securing the site with HTTPS
- Using Kubernetes
- Automated builds
- Automated deploys to a container registry
- Automated tests and PR checks