sanyayaa / web-resources-project

The project aims to provide developers with a centralized platform to access a wide range of frontend tools and resources, making their development process more efficient and productive.

Home Page:https://web-resources-hub-project.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Web Resource Hub is an open-source project developed for the DevJam Hackathon organized by Social Summer of Code. It serves as a comprehensive collection of frontend web resources, including HTML, CSS, JavaScript, and React. The project aims to provide developers with a centralized platform to access a wide range of frontend tools and resources, making their development process more efficient and productive.

Screenshot 2023-05-15 094313

How to Use

  1. Choose a Section:Start by selecting the section that corresponds to the type of resource you're interested in. You can choose from Videos, Websites, Books, or Tools.

  2. Explore Tags: Within each section, you'll find tags representing different technologies such as HTML, CSS, JavaScript, and React. Click on a specific tag to filter the resources and display only those relevant to the chosen technology. For example, clicking on the "HTML" tag will show resources specifically related to HTML.

  3. Browse Resource Cards: Once you've selected a tag, resource cards related to that technology will be displayed. Each card represents a specific resource, such as a video tutorial, website, book, or tool. The cards typically contain a brief description, title, and relevant details about the resource.

  4. Access Resource Details: Click on a resource card to access more details about the resource. This may include a link to the video, website, or book, as well as additional information, ratings, or reviews.

  5. Navigate Back: To explore more resources within the same section, simply use the navigation buttons or links provided. You can go back to the list of tags, choose a different tag, or select another resource.

Getting Started

  1. Fork the project,click on create new fork. s3

  2. To clone the repository to your local machine, follow these steps:

  3. Click on the "Code" button. s1

  4. Copy the HTTPS Link. s2

  5. Open the terminal or command prompt on your computer.

  6. Navigate to the directory where you want to clone the repository.

  7. Type the command git clone [https://github.com/<your_github_username>/web-resources-project.git] (This will download the repository to your local machine)

Running the Project Locally

  1. Open a terminal or command prompt on your computer.
  2. Navigate to the directory where the repository was cloned.
  3. Run the following command: pnpm install (This command installs the project dependencies).
  4. After the installation is complete, run the following command: pnpm dev (This command launches the project in your local browser or terminal).

Adding new resource

  1. Navigate to the database folder in the src folder.
  2. Navigate to the appropriate section directory (videos, websites or challenges etc) based on the type of resource you want to add.
  3. Each directory has technology json file
  4. Create a new object for your resource in the appropriate json file.
  5. Add the details of your resource: title,description,link,image link.

Adding images

The size of the image should be less than 300 Kb

  1. Navigate to the public folder.
  2. Now navigate in the Card Images folder
  3. There you will find folders of all the sections, navigate to the appropriate folder.
  4. Each folder has a .md file
  5. Drag and drop your image in the .md file in the appropriate position.

Contributing

We welcome contributions from the community! If you're interested in contributing to this project, please read our Contributing Guidelines for more information on how to get started.

License

MIT License

About

The project aims to provide developers with a centralized platform to access a wide range of frontend tools and resources, making their development process more efficient and productive.

https://web-resources-hub-project.vercel.app/

License:MIT License


Languages

Language:JavaScript 95.2%Language:CSS 2.5%Language:HTML 2.3%