Skip to content

upes-open/OSOC25-WebAssignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🌞 Open Summer of Code '25 Web Development Assignments

Welcome to the official repository for the Open Summer of Code '25 (OSoC'25) Web Development assignments! This repository serves as a central hub for all student submissions.


πŸš€ Getting Started

This repository is where you will submit your completed assignments for the Web Development track of OSoC'25. Please follow the guidelines below carefully to ensure your submissions are processed correctly.


πŸ“ Submission Guidelines

To keep everything organized, please adhere to the following submission structure:

  1. Fork this repository:
    Start by forking this repository to your own GitHub account.

  2. Create a dedicated folder for your assignments:

    • Inside the assignments/ directory, create a new folder named after your GitHub username.
      Example: assignments/your-github-username/
  3. Organize by assignment:

    • For each assignment, create a subfolder inside your username directory.
      Example: assignments/your-github-username/assignment-1/
  4. Name your files clearly:

    • Use descriptive and conventional names like index.html, styles.css, and script.js.
  5. Include a README.md in each assignment folder:
    This file should include:

    • Assignment name
    • A short description of what the assignment does
    • (Optional) Challenges faced and how you overcame them
  6. Commit your changes:

    • Write clear and concise commit messages for each change.
  7. Create a Pull Request (PR):

    • After completing an assignment, push your changes to your forked repository.
    • Open a Pull Request to this original repository.
    • PR Title Format: Assignment 1: [Your Name] - Basic HTML Page
    • PR Description: Brief summary of your work.

πŸ“‚ Project Structure

.
β”œβ”€β”€ assignments/
β”‚   └── your-github-username/
β”‚       β”œβ”€β”€ assignment-1/
β”‚       β”‚   β”œβ”€β”€ index.html
β”‚       β”‚   β”œβ”€β”€ styles.css
β”‚       β”‚   β”œβ”€β”€ script.js
β”‚       β”‚   └── README.md
β”‚       └── assignment-2/
β”‚           β”œβ”€β”€ index.html
β”‚           └── README.md
└── README.md (this file)


---

## πŸ“ž Contact

If you have any questions or need assistance, please reach out to your mentors or the OSoC'25 organizers through the WhatsApp Group

---

Happy coding and best of luck! πŸš€  
– The OSoC'25 Web Dev Mentorship Team

About

Assignments submitted by users in OSoC'25 >> Web Development Learning track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages