Giter Site home page Giter Site logo

zero-to-mastery / webblocks-2022 Goto Github PK

View Code? Open in Web Editor NEW
49.0 5.0 242.0 494.07 MB

There is a big hype about front-end frameworks all over the place. But in this project we are going to build a showcase library of components using vanilla HTML, CSS and maybe some Javascript.

Home Page: https://zero-to-mastery.github.io/webblocks-2022/

License: MIT License

JavaScript 23.39% HTML 32.56% CSS 44.05%
hacktoberfest hacktoberfest2022

webblocks-2022's Introduction

There is a big hype about front-end frameworks all over the place. But in this project we are going to build a showcase library of components using vanilla HTML, CSS and maybe some Javascript.

Everyone is highly encouraged to participate in this project regardless of you knowledge, after all practice makes us all better developers!

❇️ Getting Started with Hacktoberfest

Hacktoberfest is a month-long celebration of open source, organised by Digital Ocean. (More details here)

If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at:

These two resources have everything you need to learn about open-source, with a step-by-step guide to making your very first PR. Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!


Join the community!


❇️ Rules

  • Use only HTML, CSS and vanilla JavaScript
  • Please make sure that the code is your own, and not copied from somewhere else
  • If you use images or audio files, please make sure that you are allowed to use these (don't violate copyright!) - please add a link to the license into the pull request template (More details here)
  • That's it, have fun and make something unique and creative!

❇️ But what should I create?

Well that is entirely up to you. Take a look at some of your favorite website and try to recreate one of their components but with your own spin. It could be anything ranging from a simple styled button or toggle switch to a complete contact form.

❇️ How to contribute

  1. Start chatting with other ZTM students in the #hacktoberfest-2022 channel on our Discord to get help, work together, and share your contributions!

  2. First up you need to fork (make a copy) of this repo to your Github account.

  3. Clone (download) your fork to your computer

  4. Set your streams so you can sync your clone with the original repo (get the latest updates)

    • git remote add upstream https://github.com/zero-to-mastery/webblocks-2022.git
    • git pull upstream master
    • The above 2 commands will synchronize your forked version of the project with the actual repository.
  5. Create a branch

  6. In the blocks directory (folder), create a directory named after yourself.

  7. Within this folder you just made, create three files, an HTML file, a CSS file, and a JS file.

  8. Link your CSS and JS files to your HTML file.

  9. Create a web component! It can be as simple or as complex as you like!

  10. Grab a screenshot or gif of your final Web Block, ensuring that its nicely crop and preferably squared. Save this in your directory using icon.png as the name. If you don't add a gif/screenshot, the website won't show your work in the thumbnail.

  11. Next, create another file in your directory named meta.json, using the following template ensuring you replace the values for your own. This information will be used to automatically add your Web Block to the gallery once your PR is merged.

{
  "block_name": "ZTM Button",
  "author_name": "Matt",
  "author_github_url": "https://github.com/MattCSmith/"
}

Please keep src/blocks.js as it is. If you follow step 10 above, a script will add your art automatically after your PR is merged.

  1. Pull from the upstream again, like we did in step 3. This is to ensure we still have the latest code.

    • git pull upstream master
  2. Commit and push the code to your fork

  3. Create a pull request to have the changes merged from your fork into the origin

  4. Tweet about making your first Hacktoberfest pull request!

Congratulations! You are now one pull request closer to getting that free t-shirt. Repeat these steps until you have made at least 4 qualifying pull requests. You can check how many qualifying pull requests you have made at https://hacktoberfest.digitalocean.com/profile Have Fun and Happy Coding!

All discussions around this event can now be had in our dedicated Hacktoberfest channels on Discord!

Images and Audio

Images and audio files are usually under copyright. You are not allowed to download or use those images unless you are explicitly allowed so by a permissive license or exception.

For free images, see Unsplash or Pexels.

webblocks-2022's People

Contributors

anki0199 avatar auxfuse avatar blitzmartin avatar conor-v avatar daytonschuh avatar djordjevicv avatar elisacch avatar geetika005 avatar github-actions[bot] avatar ingridclaire avatar ireehale avatar k-wiczling avatar kennithnichol avatar leocsdev avatar luispellizzon avatar mattcsmith avatar md-aquib avatar nikimacm avatar s44wn avatar saga-sanga avatar shubham7668 avatar shubhanshujha avatar siddharthsinghvats avatar sophiabrandt avatar spider-9 avatar tanishqsindhu avatar terieyenike avatar terrifricker avatar theaaleksovdev avatar vmaineng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

webblocks-2022's Issues

Improve Login page

Context

I would someone to create a new login page with better animation

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected result

A better login page with more CSS and styling

Current result

[What is the current behavior?]

Add a CONTRIBUTING.md file

Screen Shot 2022-10-01 at 1 35 53 PM
I don't know if it is required, but I saw on the Hacktoberfest site that maintainers should add a CONTRIBUTING file as well as a Code of Conduct. 🙂

fix art blocks in root folder

There are teo art blocks in the root folder instead of in src/blocks.

To fix: move folders into correct location.

Create a github login page

About Issue

  • create a GitHub login page clone using HTML, CSS, JavaScript which consist of different webblocks.

fix workflow run

Error: ENOENT: no such file or directory, open '\''src/blocks/AyushRaj/meta.json'\''
    at Object.openSync (node:fs:594:3)
    at Object.readFileSync (node:fs:462:35)
    at file:///home/runner/work/webblocks-2022/webblocks-2022/.github/scripts/agg-blocks.mjs:16:10

Improve Performance

add a meta viewport tag in the head.

add a meta author zero-to-mastery tag

add a meta description tag.

Adding BMI Calculator

I want to add BMI Calculator which is a Body mass Index calculator which takes input as your weight and height and tells your body mass index to check your health.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.