Skip to content

aasthasingla15/Web-Dev-1

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

100 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Web Development Repo - 1 🌟

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! 😊

Steps to Get Started:

  1. Browse Projects: Go through the projects listed on our website or GitHub repository and find one you feel comfortable contributing to.
  2. 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.
  3. Tag Maintainers: Tag repository maintainers (mentioned in the README) if you encounter any problems.
  4. Get Issue Assigned: Wait for the issue to be assigned to you before starting your work.
  5. Fork the Repository: Create a branch for the issue you're working on.
  6. 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.
  7. Add Screenshots: Attach screenshots to your PR to demonstrate your contribution.
  8. Follow Repository Guidelines: Each repository's README contains specific contribution guidelines.

πŸ™Œ Maintainers :

πŸ™Œ Collaborators :


πŸ“‚ Project Details

1️⃣ TaskFlow

πŸ§‘β€πŸŽ“ 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

2️⃣ DigiRep

πŸ“ 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.

πŸ› οΈ How to Get Started

  1. Fork this Repository
    Click the Fork button to create your copy of this repository.

  2. Clone the Repository

    git clone https://github.com/your-username/repo-name.git  
    cd repo-name  
  3. Install Dependencies
    Navigate to the project folder you're interested in and install the necessary dependencies.
    For example:

    cd DigiRep 
    npm install  
  4. Run the Project
    Start a local development server:

    npm start  

    Open your browser and visit http://localhost:3000 (or the URL provided).

  5. Make Your Contributions

    • Add features or fix issues.
    • Test your changes thoroughly.
  6. Submit a Pull Request
    Push your changes and create a pull request to propose your contributions! πŸŽ‰


🀝 Contributing Guidelines

We ❀️ contributions! Follow these simple steps to contribute:

  1. Choose an Issue
    Browse the Issues tab and comment on the one you'd like to work on.

  2. Branch Out
    Create a new branch for your changes:

    git checkout -b feature-name  
  3. Commit Your Work
    Write clear and concise commit messages:

    git commit -m "Add: Feature description"  
  4. Push and PR
    Push your branch and create a pull request for review.



🌈 Let’s Build Together!

Ready to dive in? Check out the projects, pick an issue, and start contributing. Your efforts make this repository even better! πŸŽ‰

Happy coding! πŸ’»β€οΈ

About

smart readability project contibute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • CSS 29.0%
  • HTML 16.6%