MadhushaPrasad / Diagon-Alley

Happy Hacktober! :octocat: This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏫 Diagon Alley - Open library for tech lovers

✨ Hacktoberfest 2022
🌱 Contributing to hacktoberfest 2022
Welcome to hacktoberfest 2022 Public Repository. πŸ‘¨πŸ»β€πŸ’»

Happy Hacktober! :octocat: This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.

πŸ”– What is Hacktoberfest?


Hacktoberfest is one such event from Digital Ocean that encourages you to contribute back to your favorite projects. In exchange for your contributions, you either get a gift from DigitalOcean, or you can choose to plant a tree instead.

✨ Everything you really need to know about Hacktoberfest

  • Make sure to register between Sept. 26th and Oct. 31st using https://hacktoberfest.com/
  • PR/MRs can be submitted to participating projects on both GitHub and GitLab, between Oct. 1st and 31st
  • Events will be held virtually and can be held in a variety of formats such as a meetup, live stream, or office hours.
  • If you complete Hacktoberfest, you can opt not to receive a reward kit and have a tree donated instead.
  • Dive into hacktoberfest full participation guide at https://hacktoberfest.com/participation

🀝 How to contribute?

Click here to scroll to section πŸ‘‡

βœ… What's going here?

Libraries are essential to the development of knowledge. That future begins right now.

Our goal is a future where knowledge is more widely available and more voices are heard. Where resources and solutions can be "hacked," shared, and networked. Where information not only offers solutions, but also inspires and empowers. We believe Diagon Alley can play a role in creating this future.

Diagon Alley is an open library for every tech student to level up their tech knowledge by reading e-books. Welcome to Diagon Alley, the ultimate open library designed exclusively for tech students eager to elevate their knowledge. Dive into a plethora of enlightening e-books covering a spectrum of tech subjects. Share your insights and opinions through our user-friendly feedback section. Should you encounter any webpage or community-related concerns, our dedicated contact section is just a click away. Explore the Book page for a comprehensive list of all the e-books currently available on our platform. Diagon Alley is your go-to destination for an immersive tech education experience.

In this project, we are developing a web application using basic technologies.
🏷️ HTML 5 🏷️ CSS 3
🏷️ PHP 🏷️ MySql

🀝 How to contribute?

You can contribute to the project on github. Here's how you can do it.

  1. Give a star and Fork the repository
  2. Clone it on your local machine
  git clone https://github.com/<YOUR_USERNAME>/Diagon-Alley.git
  1. Create a branch which includes your name (i.e. Nufri or nufri-feature-dev) and checkout. (See the guide for the more details Link)
git checkout -b feature/<BRANCH_NAME>
  1. Write your code/make changes
  2. Review everything, commit and push to your branch on your forked repository
git add .
git commit -m "<Commit message>"
git push --set-upstream origin feature/<BRANCH_NAME>

  1. Create a pull request from your branch to the main branch on the base repository (See the guide for more details Link) and requesting a pull request review. (See the guide for the more details Link)

  2. Your contribution will be reviewed and merged with the main repository πŸ™Œ


🌱 Contributors




πŸ”– Figma Designs


Figma Link for this project

About

Happy Hacktober! :octocat: This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.

License:MIT License


Languages

Language:CSS 50.1%Language:Hack 48.9%Language:PHP 1.0%