Welcome to the central repository for all of my web development projects. This repo uses Git submodules to organize and manage each project individually while keeping them under one roof for easy access and collaboration.
Each project is included as a submodule. To clone this repository with all submodules:
git clone --recurse-submodules https://github.com/ruthviksharma-d/repo-name.git
If you've already cloned the repo without --recurse-submodules, initialize and update the submodules like this:
git submodule update --init --recursive
| S.No | Project Name | Description |
|---|---|---|
1 |
paint-color-mixer | A web app to mix and preview custom paint colors. |
2 |
weather-webapp | A simple weather app displaying real-time weather data. |
3 |
attendance-tracker | A tool to mark, track, and manage attendance records. |
4 |
spotify-clone | A basic Spotify UI clone with music playback features. |
5 |
flashcards-maker | Create, edit, and study with interactive flashcards. |
- Each project has its own README and setup instructions.
- You can work on each submodule independently.
- Pulling updates? Donβt forget to run:
git submodule update --remote
If youβd like to suggest improvements or contribute to any of the sub-projects, feel free to fork the individual submodules or open an issue in this main hub.
- Portfolio: My Portfolio
- LinkedIn: LinkedIn Profile
Made with β€οΈ for learning, building, and sharing.