Skip to content

A collection of JavaScript mini projects for practice and learning (Currency Converter, Stone Paper Scissor, Tic Tac Toe).

Notifications You must be signed in to change notification settings

rushikesh-bobade/js-mini-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JS Mini Projects πŸš€

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/

Projects Included

  • 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).

How to Run Locally

  1. 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

About

A collection of JavaScript mini projects for practice and learning (Currency Converter, Stone Paper Scissor, Tic Tac Toe).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published