Welcome to my JavaScript Projects repository! This collection includes three engaging projects that showcase JavaScript's versatility and fun. Explore classic games and creative concepts while enjoying interactive experiences directly in your browser.
- A fun game where you can challenge the computer in a match of wits.
- Features:
- Simple and intuitive user interface.
- Randomized computer moves for fairness.
- Quick and exciting rounds.
- The timeless strategy game brought to life in your browser.
- Features:
- Two-player mode to play with friends.
- Clean and responsive design.
- Highlights the winner or detects a draw.
- A playful and creative game that simulates generating currency based on user actions.
- Features:
- User input-driven gameplay.
- Interactive design for a fun experience.
- Light educational value about different currencies.
- Clone the repository:
git clone https://github.com/meghanakn473/Javascript.git
- Navigate to the project folder and open the respective HTML file in your browser:
- cd your-repo-name
- open index.html
- Enjoy the games directly in your browser!
- HTML5: For the structure of the web pages.
- CSS3: For styling and layout.
- JavaScript: For dynamic functionality and interactivity.
Contributions are welcome! If you'd like to improve or add features to these projects:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature-name
- Commit your changes and push the branch:
git push origin feature/your-feature-name
- Submit a pull request explaining your changes.