A reminder application built primarily with HTML and Python, containerized using Docker.
- HTML (92.8%)
- Python (5.9%)
- Docker (1.3%)
The project is structured as a web-based reminder application, with:
- Frontend built in HTML
- Backend logic implemented in Python
- Containerized deployment using Docker
- Python (version 3.x recommended)
- Docker
- Clone the repository
git clone https://github.com/Bunny0311/reminder-app.git
cd reminder-app- Build the Docker image
docker build -t reminder-app .- Run the container
docker run -p <port>:<port> reminder-app- Web-based reminder interface
- Create, manage, and track reminders
- Containerized deployment for easy setup
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License
- GitHub: @Bunny0311
- List any acknowledgments here