Skip to content

A collection of resources categorised by tech domains, languages, expertise and much more. Blogzen gives you a quick access to all the resources that you could need at a single place, with a click!

License

Notifications You must be signed in to change notification settings

1754riya/blogzen-OpenSource

This branch is 1 commit ahead of, 36 commits behind piyushg-07/blogzen-OpenSource:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2111d74 · Jun 12, 2024
Jun 7, 2024
Nov 26, 2023
Nov 26, 2023
May 9, 2024
May 27, 2024
Jun 4, 2024
Nov 26, 2023
Jun 1, 2024
Nov 26, 2023
Nov 26, 2023
Jun 5, 2024
May 16, 2024
May 16, 2024
Jun 1, 2024
Nov 26, 2023
Nov 26, 2023
Nov 26, 2023
May 29, 2024
May 29, 2024
Nov 26, 2023
Jun 12, 2024
Nov 26, 2023
Nov 26, 2023
Nov 26, 2023

Repository files navigation


Blogzen_Open-Source

Issues PRs Maintenance Forks Stars Watchers

An Open-Source Project & collection of resources categorised by tech domains, languages, expertise and much more. Blogzen gives you a quick access to all the resources that you could need at a single place, within a click!

Technology Stack used:

  • Frontend: HTML5, CSS3, JavaScript
  • IDE: VS Code
  • Version Control: Git and GitHub

Our Contributors !! ✨

Thanks to these wonderful people: ✨

Get Started

Demo 🎥

Website for this repository : Blogzen Live Link

Figma Link of this repository : Blogzen


Steps for Contributing

Frontend

  • Fork and clone the Repo by typing the following commands in the terminal
$ git clone https://github.com/<your-github-username>/blogzen.git
$ cd blogzen
  • Now to add your resource to website, add an object with keys same as listed in existing objects in the file.
  • Save and commit your code.
  • Push to your fork of the repository , navigate to original repository and make a pull request.

fork.png


clone-git-Bash.png


  • Make changes to the code(for ex- add an update route)
  • Stage your changes using:
$ git add .
  • Commit your changes using:
$ git commit -m "add any comment"
  • Push the changes to the forked repository using:
$ git push
  • Navigate to the original repository and make a pull request
Showing Your Remotes

$ git remote

$ git remote -v

Adding Remote Repositories

git remote add upstream https://github.com/piug-07/blogzen.git

Pulling from Your Remote

$ git pull upstream main

Design

Resources

Happy?? Star ⭐ this Repo. 🤩

ForTheBadge uses-git ForTheBadge uses-html ForTheBadge uses-css ForTheBadge uses-js

Made By Piyush with ❤️



License

Licensed under the MIT license.

About

A collection of resources categorised by tech domains, languages, expertise and much more. Blogzen gives you a quick access to all the resources that you could need at a single place, with a click!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.0%
  • HTML 27.5%
  • JavaScript 26.5%