A collection of small JavaScript projects for practice and learning.
Each project is built using HTML, CSS, and JavaScript, with some using APIs.
All projects are accessible from a single homepage.
Live Demo: https://rushikeshbobade-dev.github.io/js-mini-projects/
- Currency Converter π± β Converts currency using a real-time API
- Stone Paper Scissor βπβοΈ β Classic game built with JavaScript
- Tic Tac Toe ββ β Play against another player
Access all projects from the homepage (index.html).
- Clone this repository:
git clone https://github.com/rushikeshbobade-dev/js-mini-projects.git
2.Navigate to the project folder:
cd js-mini-projects
3.Open index.html in a browser, or use a local server for full functionality:
npx live-server
4.Project Structure
js-mini-projects/
β
βββ index.html # Homepage with links to all projects
βββ README.md
βββ favicon.png
βββ StonePaperScissors/
β βββ index.html
β βββ app.js
β βββ style.css
β βββ rock.png
β βββ paper.png
β βββ scissors.png
βββ TicTacToe/
β βββ index.html
β βββ app.js
β βββ style.css
βββ currencyConverter/
β βββ index.html
β βββ script.js
β βββ codes.js
β βββ style.css