Skip to content

This repo has my web development projects. Feel free to go through them and use however you may like.

Notifications You must be signed in to change notification settings

ruthviksharma-d/web-dev-projects

Repository files navigation

🌐 Web Development Projects Hub

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.


πŸ“ Repository Structure

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

πŸ›  Projects Included

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.

πŸ“Œ Notes

  • 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

🀝 Contributing

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.


πŸ”— Connect with Me


Made with ❀️ for learning, building, and sharing.

About

This repo has my web development projects. Feel free to go through them and use however you may like.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published