# Django Poll App
This is a simple Django web application for creating and managing polls. Users can vote on predefined poll questions and see the results.
## Features
- Create new poll questions.
- Allow users to vote on poll options.
- Display poll results in a user-friendly way.
git clone https://github.com/carrycooldude/Django-Poll-App.git
pip install -r requirements.txt
python manage.py runserver
http://127.0.0.1:8000/
.http://127.0.0.1:8000/polls
.Contributions are welcome! If you’d like to contribute to this project, please follow these steps:
git checkout -b feature-name
git commit -m "Add a new feature"
git push origin feature-name
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to contact me at rawatkari554@gmail.com.