Welcome to our Web Development Repository! π This collection showcases a variety of web-based projects designed to inspire and help contributors learn and grow. Each project has its unique features and purpose, and we're thrilled to have you here! π
- Browse Projects: Go through the projects listed on our website or GitHub repository and find one you feel comfortable contributing to.
- Explore Issues: Look at the existing issues of your selected project and find one that interests you. Alternatively, you can create issues on your own.
- Tag Maintainers: Tag repository maintainers (mentioned in the README) if you encounter any problems.
- Get Issue Assigned: Wait for the issue to be assigned to you before starting your work.
- Fork the Repository: Create a branch for the issue you're working on.
- Submit Your Work: Create a Pull Request (PR), mentioning the issue no. and the changes made by you. It will be promptly reviewed, and suggestions will be provided if needed.
- Add Screenshots: Attach screenshots to your PR to demonstrate your contribution.
- Follow Repository Guidelines: Each repository's README contains specific contribution guidelines.
π§βπ Description:
TaskFlow is a simple and intuitive task management application built with vanilla HTML, CSS, and JavaScript.
π Features:
- β Add new tasks
- β Mark tasks as complete/incomplete
- β Delete tasks
- β Filter tasks (All/Active/Completed)
- β Responsive basic layout
π Description:
The Digital Class Representative (Digital CR) system is a university management platform designed for IGDTUW students, Class Representatives (CRs), and society heads.
π Features:
- Easy-to-use Management.
- Automates and organises tasks.
-
Fork this Repository
Click the Fork button to create your copy of this repository. -
Clone the Repository
git clone https://github.com/your-username/repo-name.git cd repo-name -
Install Dependencies
Navigate to the project folder you're interested in and install the necessary dependencies.
For example:cd DigiRep npm install -
Run the Project
Start a local development server:npm start
Open your browser and visit
http://localhost:3000(or the URL provided). -
Make Your Contributions
- Add features or fix issues.
- Test your changes thoroughly.
-
Submit a Pull Request
Push your changes and create a pull request to propose your contributions! π
We β€οΈ contributions! Follow these simple steps to contribute:
-
Choose an Issue
Browse the Issues tab and comment on the one you'd like to work on. -
Branch Out
Create a new branch for your changes:git checkout -b feature-name
-
Commit Your Work
Write clear and concise commit messages:git commit -m "Add: Feature description" -
Push and PR
Push your branch and create a pull request for review.
Ready to dive in? Check out the projects, pick an issue, and start contributing. Your efforts make this repository even better! π
Happy coding! π»β€οΈ