Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamXop123 committed Nov 24, 2024
1 parent cce330f commit f0908a4
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Quiz App πŸŽ‰
A fun and interactive quiz application built using Flask, HTML, CSS, and JavaScript. This project showcases dynamic template rendering, creative styling, and functional button controls, making it an engaging experience for users.


<h2> Features 🌟</h2>

<ul>
Expand All @@ -18,14 +19,20 @@ A fun and interactive quiz application built using Flask, HTML, CSS, and JavaScr
JavaScript enhances button functionality and user engagement.</li>
</ul>


<h2> Technology Stack πŸ› οΈ</h2>
<b>Backend Framework:</b> Flask (Python) <br>
<b>Frontend:</b> HTML, CSS, JavaScript <br>
<b>CSS Styling:</b> Custom and heavy usage for animations, hover effects, and layout <br>
<b>JavaScript:</b> For button interactions and user feedback <br>

<ul>
<li><b>Backend Framework:</b> Flask (Python) </li><br>
<li><b>Frontend:</b> HTML, CSS, JavaScript </li><br>
<li><b>CSS Styling:</b> Custom and heavy usage for animations, hover effects, and layout </li><br>
<li><b>JavaScript:</b> For button interactions and user feedback </li><br>
</ul>


<h2> How to Run Locally πŸƒβ€β™‚οΈπŸ’»</h2>


<b> Clone this repository: </b>
git clone <your-repo-link>
cd <repository-folder>
Expand All @@ -38,11 +45,15 @@ python app.py

<b> And done! Open it into your browser. </b>


<h2> Future Improvements πŸš€</h2>
Add a results page to show user scores. <br>
Implement a timer for each question.<br>
Add a database to store user results. <br>
Make it mobile responsive. <br>

<ul>
<li>Add a results page to show user scores. </li>
<li>Implement a timer for each question.</li>
<li>Add a database to store user results. </li>
<li>Make it mobile responsive. </li>
</ul>

<h2> Contributing 🀝</h2>
Feel free to fork this repository, raise issues, or submit pull requests to improve the project!
Expand Down

0 comments on commit f0908a4

Please sign in to comment.