Changetracker is a fullstack application built using Next.js and MongoDB. The purpose of this app is to allow users to store and manage changelogs for different projects. It features a simple UI with forms for input, storage in a MongoDB database.
- Add, edit, and delete changelogs.
- View a list of all changelogs for a specific project.
- Store project name, version, release date, and a description for each changelog.
- MongoDB for data persistence.
- Tailwind CSS and DaisyUI for responsive UI design.
- Authentication system (optional for private changelogs).
- Date picker for release date selection.