A modern multi-feature project including a smooth landing page, a functional stopwatch, a pass-and-play PvP TicTacToe game, and a basic to-do list. Designed to enhance user experience with seamless transitions, intuitive designs, and useful functionality.
- ✅ Smooth Scrolling – Effortlessly navigate between sections.
- ✅ Dynamic Navbar – Changes appearance on hover for a modern feel.
- ✅ Responsive Design – Works on all screen sizes.
- ✅ Clean UI – Simple, elegant, and user-friendly.
- ✅ Start/Stop Functionality – Track time easily.
- ✅ Reset Button – Quickly reset the timer.
- ✅ Minimalist UI – Elegant and easy to use.
- ✅ Accurate Millisecond Precision – High accuracy time tracking.
- ✅ Pass-and-Play – Two players play alternately on the same device.
- ✅ Turn Indicator – Clearly shows whose turn it is.
- ✅ Win Detection – Declares a winner or draw when the game ends.
- ✅ Cracket Style Layout (for reference) – Inspired by minimal PvP designs.
- ✅ Add Tasks – Instantly add your todos.
- ✅ Edit Tasks – Modify tasks inline.
- ✅ Delete Tasks – Remove tasks easily.
- ✅ Minimal Design – Clean and distraction-free.
📌 styles.css # Contains all the styling for the page
🔯 script.js # Handles smooth scrolling and navbar interactions
🔯 stopwatch.js # Handles stopwatch logic separately
🔯 tictactoe.js # Handles PvP tic-tac-toe logic
🔯 todolist.js # Handles todo list interactions
📀 index.html # Main HTML file
📃 README.md # Project documentation
- HTML – Structure of the page.
- CSS – Styling and animations.
- JavaScript – Interactive logic for all features.
- Clone the repository:
git clone https://github.com/PoornaChandra2005/SCT_MAR25_5327.git
- Navigate to the project folder:
cd SCT_MAR25_5327 - Open
index.htmlin your browser to explore all features.
This project is open-source and available under the MIT License.
💡 Feel free to fork, customize, and improve! Contributions are welcome. 😃
📌 GitHub Repository: SCT_MAR25_5327