Skip to content

Bunny0311/reminder-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reminder App

About

A reminder application built primarily with HTML and Python, containerized using Docker.

Technology Stack

  • HTML (92.8%)
  • Python (5.9%)
  • Docker (1.3%)

Project Structure

The project is structured as a web-based reminder application, with:

  • Frontend built in HTML
  • Backend logic implemented in Python
  • Containerized deployment using Docker

Getting Started

Prerequisites

  • Python (version 3.x recommended)
  • Docker

Installation

  1. Clone the repository
git clone https://github.com/Bunny0311/reminder-app.git
cd reminder-app

Running with Docker

  1. Build the Docker image
docker build -t reminder-app .
  1. Run the container
docker run -p <port>:<port> reminder-app

Features

  • Web-based reminder interface
  • Create, manage, and track reminders
  • Containerized deployment for easy setup

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

Contact

Acknowledgments

  • List any acknowledgments here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published