This repository contains a collection of basic web development projects built using HTML, CSS, JavaScript, and PHP. These projects cover a range of functionalities, from simple animations and games to fully interactive web applications.
| S.No | Name | Description |
|---|---|---|
| 1 | Drawing Board | A simple drawing board to create sketches directly in the browser. |
| 2 | Expanding Card | Animated card expansion effect when clicked. |
| 3 | Float Profile | A floating profile button that follows the cursor. |
| 4 | Image Search | A custom image search engine. |
| 5 | Magic Brick | A clone of the Magic Brick game. |
| 6 | Button Nav | A mobile-friendly floating button navigation bar. |
| 7 | Mouse Move | Displays random images based on mouse movement. |
| 8 | Music Player | An ad-free music player. |
| 9 | Site Template | A responsive website template for different screen sizes. |
| 10 | Rotate Nav Bar | A rotating navigation bar with animation. |
| 11 | Trapezoidal Nav Bar | A unique trapezoidal navigation bar for desktop. |
| 12 | Typing Practice | A tool to help increase typing speed through practice. |
| 13 | Typing Practice 2.0 | Typing practice with a selection of popular words. |
| 14 | Mac Calculator | A calculator with a MacBook-style interface. |
| 15 | Snake Game | A nostalgic Snake game, just like the one from your childhood. |
| 16 | Illusion | A rotating circle illusion with a 3D cone effect. |
| 17 | Liquid Flow Footer | A footer with liquid flow animation for a dynamic look. |
| 18 | API Client | A free web interface for interacting with a REST API. |
| 19 | Browser Page | A custom browser homepage with enhanced features. |
| 20 | Browser Page 2.0 | An improved browser homepage with cool SVG animations. |
| 21 | College Site | Prototype of the R.K.S.D. College website. |
| 22 | Circular Progress Bar | Animated circular progress bar with stroke animation. |
| 23 | Pillow Mart Template | A responsive site template for an online pillow store. |
- Official Site for more information and updates.
- My Portfolio to explore more about me and my work.
Contributions are always welcome! If you want to contribute to this project, you can follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to your forked repository (
git push origin feature/your-feature-name). - Open a Pull Request.
Please make sure your code follows the project's coding conventions and passes any relevant tests.