https://github.com/abduldevhub/react-mountain
A repository containing all of the React projects I made to test and learn new react concepts. Each project resides in its own dedicated folder.
https://github.com/abduldevhub/react-mountain
css html javascript puppeteer react scss threejs typescript vite
Last synced: 9 months ago
JSON representation
A repository containing all of the React projects I made to test and learn new react concepts. Each project resides in its own dedicated folder.
- Host: GitHub
- URL: https://github.com/abduldevhub/react-mountain
- Owner: AbdulDevHub
- Created: 2024-06-08T18:46:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T23:45:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T12:14:56.884Z (over 1 year ago)
- Topics: css, html, javascript, puppeteer, react, scss, threejs, typescript, vite
- Language: JavaScript
- Homepage:
- Size: 51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Web Projects
A repository containing all of the simple web projects I made to test and learn new Frontend concepts. Each project resides in its own dedicated folder. Here's a brief overview of each project:
## [CSS Theme Switcher](./CSS%20Theme%20Switcher)
A project demonstrating how to switch themes using CSS.
## [Diamond Photo Gallery](./Diamond%20Photo%20Gallery)
A diamond-shaped photo gallery that shows the image in greater size on hover.
## [Drum Kit](./Drum%20Kit)
A virtual drum kit.
## [Face Bomp](./Face%20Bomp)
A fun game to smash in popping heads.
## [Fire Alarm Simulation](./Fire%20Alarm%20Simulation)
A fire alarm simulation to simulate a fake fire alarm situation.
## [Product Splash Page](./Product%20Splash%20Page)
A simple product splash page.
## [Shopping Cart Math](./Shopping%20Cart%20Math)
A shopping cart application with a focus on calculating totals.
## [Snap Stash](./Snap%20Stash)
A project for storing and categorizing images.
## [Temp Control UI](./Temp%20Control%20UI)
A user interface for controlling temperature.
## [Twitter Clone](./Twitter%20Clone)
A simplified clone of Twitter.
## [Weekly Tasks Math](./Weekly%20Tasks%20Math)
A project for managing weekly tasks.
## Setup
To run this project locally, follow these steps:
1. Clone the repository
2. Navigate to the project directory
3. Open `index.html` in your browser
**_Feel free to explore each folder for more details about each project. Happy Coding!_**