This is a simple to-do-list webpage.
- Star this repository.
- Create an issue with the description of how you want to contribute to this project.
- Wait to be assigned.
- Then fork this repository.
- In the forked repository add your changes.
- Then make a pull request with the issue number.
- Pull request should have a screenshot of the changes you have made.
- Wait for review.
For contributing guidelines and standards, visit contributing.md
For any concerns, contact me here:
(Must check my GitHub for more cool stuff!)
To run this website in a Docker container, follow these steps:
Clone this repo:
git clone https://github.com/avinash201199/To-Do-List.gitBuild the Docker image:
docker build -t <your-image-name> .Run the container:
docker run -d -p 8080:80 <your-container-name>You can access your website at: http://localhost:8080
|
|

