Loading repository dataβ¦
Loading repository dataβ¦
Srijani-Das07 / repository
π A collection of simple beginner-friendly web applications built with HTML, CSS & JavaScript. Contributions welcome!
A collection of simple, practical web applications built with HTML, CSS, and JavaScript.
View all projects in action: Click Here
Each project is self-contained in its own folder with complete documentation. Browse the folders above to explore individual projects and their source code.
Visit the live portfolio link above to try out any project directly in your browser.
Contributions are welcome! If you'd like to add a mini project:
git clone https://github.com/your-username/Mini-Projects.git
cd Mini-Projects
git checkout -b add-project-name
mkdir "Your Project Name"
cd "Your Project Name"
Include your project files (index.html, style.css, script.js, etc.)
Add a README.md inside your project folder β PRs without a README will not be merged
Update the projects array in the root index.html β PRs that don't appear on the portfolio will not be merged
index.htmlprojects array in the <script> sectiontitle, icon, description, features, and linkCommit and push your changes
git add .
git commit -m "Add Your Project Name"
git push origin add-project-name
β οΈ Checklist before opening a PR:
- Project folder contains
index.html,style.css,script.js- Project folder contains a
README.md- Root
index.htmlprojects array has been updated- Project loads correctly when
index.htmlis opened in the browser
Feel free to open an issue if you have questions or suggestions!
Open source - feel free to use these projects for learning purposes.