Rushi0508 / Frontend-Treasure

This open source repository contains all the frontend components or projects built on basic tech stack. You can contribute to repo by adding new projects or improving the existing by making a PR.

Home Page:https://csiddu.github.io/Frontend-Treasure/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“¦ Frontend-Treasure 🌟

Introduction

Welcome to Frontend Treasure , a goldmine of web development projects carefully crafted to enhance your frontend skills. Whether you're a budding coder or a seasoned frontend wizard, this open-source repository is your gateway to honing your skills and making valuable contributions to the world of web development. Remember, the path to mastery is paved with hands-on experience! Don't hesitate to dive right in and kickstart your journey to making impactful contributions to this project ✨.

Why Explore the Treasure?

  • 🌐 Dive into a world of web projects designed to challenge and inspire.
  • πŸš€ Elevate your frontend skills through hands-on practice and collaboration.
  • ⭐ Join our community, star the repository, and share the love for open-source.

Unlock the chest of knowledge, embark on your journey to mastery, and start making waves in the frontend development universe. Your contributions can shape the future of web design and development! 🌟✨

Why Open Source in Frontend Development?

Open source in frontend development is a gateway to growth. Here's why:

  • Collaborative Learning: Join a diverse community of developers to learn from real-world projects and best practices.
  • Hands-on Experience: Gain practical skills by working on projects that mimic production environments.
  • Networking: Connect with like-minded individuals and mentors who share your passion for frontend development.

Discord

GitHub issues GitHub forks GitHub pull requests GitHub Repo stars GitHub contributors Website

High VoltageTech Stacks


React Angular Vue.js Ember.js TypeScript

Rocket Let's start exploring


Select an existing issue or create a new issue. Then follow the below steps:

1. Fork the repository:

  • Go to the GitHub repository you want to contribute to.
  • Click the "Fork" button in the upper right corner to create a fork of the repository on your GitHub account.

2. Clone this repository:

  • Open your terminal.
  • Navigate to the directory where you want to clone the repository.
  • Use the following command to clone your forked repository to your local machine:
  • git clone "url of the repository"

3. Create your new branch:

  • Navigate into the cloned repository directory.
  • Use the following command to create a new branch for your changes
  • git checkout -b <name of your branch> or git switch -c <name of your new branch>

4. Make changes and commit:

  • Make your desired changes to the files in your local repository.
  • New component should be added in this manner only : components/<Name of the Component> with having index.html file inside it. Do some required changes in components.json file and add Name , URL (Same as folder name of the component) , Author name and Image-URL . Your changes should be like this :
    {
          "name" : "Name of the component",
          "url" : "Component's folder name",
          "authorName" : "My Name",
          "imgUrl" : "./images/example.jpg"
    }
    
  • Use the following commands to stage and commit your changes:
  • git add.
  • git commit -m "Your message"

5. Push the branch to your fork on GitHub:

  • Use the following command to push your new branch to your forked repository on GitHub (replace branch-name with your branch name):
  • git push origin <your branch name>

6. Create a PR:

  • Visit the original repository (the one you forked from) on GitHub.
  • GitHub will typically detect the new branch you pushed and display a "Compare & pull request" button.
  • Click on it to create a pull request, review the changes, and submit the request to the original repository.

  • Submit your changes for review by creating a PR
  • And you are done !
  • We will review and merge your code to the main branch of this repository and you will notified for the same
  • If you having queries in basic flow of github, you can learn it from CONTRIBUTING GUIDELINE

Page with Curl Contributing Guidelines


  • Explore our CONTRIBUTING GUIDELINE to discover comprehensive information on how to contribute to Frontend-Treasure.
  • Familiarize yourself with the development process and the essential insights required for contributing to our project.
  • Should you have any questions, be sure to consult the provided resources within the guidelines.

Code of Conduct

Handshake


  • Please be aware that this project operates under a CODE OF CONDUCT. By taking part in this project, you are expected to adhere to these guidelines and agree to conduct yourself accordingly

License

License

Terms and conditions for use, reproduction and distribution are under the Apache-2.0 License.


Red Heart Contributors


  • We extend our heartfelt gratitude to all our contributors for their invaluable contributions to our project.
  • Please consider showing your support by giving our repository a ⭐ star. Your appreciation means the world to us!


Back to top

About

This open source repository contains all the frontend components or projects built on basic tech stack. You can contribute to repo by adding new projects or improving the existing by making a PR.

https://csiddu.github.io/Frontend-Treasure/


Languages

Language:HTML 54.4%Language:CSS 38.3%Language:JavaScript 7.2%