GithubHelp home page GithubHelp logo

bhaveshgoyal182 / coursify-hacktoberfest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ishandeveloper/coursify-hacktoberfest

0.0 0.0 0.0 6.5 MB

A curated list of best free learning resources on the planet, made specifically for first time hackers!

Home Page: http://coursify.ishandeveloper.com/

License: The Unlicense

SCSS 18.68% JavaScript 76.72% HTML 4.60%

coursify-hacktoberfest's Introduction

Hits

This repository contains a list of few of the best learning resources out there for developers, which includes video tutorials, articles, blogs, youtube playlists etc.

You can view the current list, live here :

coursify.ishandeveloper.com

Register here for Hacktoberfest and make four pull requests (PRs) between October 1-31 to earn a free t-shirt.


What is Hacktoberfest 2020?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean, Intel and DEV this year in 2020.

During the entire month of October 2020, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).


Why Should I Contribute?

Hacktoberfest has a simple and plain moto.

Support open source and earn a limited edition T-shirt and few stickers!

So, yes! You can win a T-Shirt and few awesome stickers to attach on your laptop. On plus side, you will get into beautiful world of open source and get the international exposure.


How To Contribute?

It's very easy. You don't need to be an expert in coding and programming.

If you know a course that will help the other developers please feel free to add it to the website.

Here are the steps to follow :

  1. Fork this repository by click the Fork button in the top right of this page or just click here. Feel free to leave a star, if you'd like

  2. Clone the forked repository on your desktop using

    git clone https://github.com/<your-github-username>/Coursify-hacktoberfest
    
  3. Change to the repository directory on your computer (if you are not already there):

    cd Coursify-hacktoberfest
    
  4. Create & checkout into a new branch <your-username> using

    git checkout -b <your--github-username>
    
  5. Open courses/data.js file in your preferred editor.

  6. Append your course info in the data array by filling out the following JSON Template

    {
      name:'Name of the course',
      instructor: 'Name of course instructor',
      url:'Link to the course',
      description:'A short summary about the course',
      image: '',
      tags:['Technology', 'Framework']
    }
  7. [Optional] You can also add your own custom hero image, by adding the image in courses\images\ folder and replacing '' in image:'' with the name of your image file (including extension).

  8. Add and commit your changes using

    git commit -am "ADDED : [COURSE NAME]"
  9. Push the changes to your forked repository.

  10. Submit your changes for review If you go to your forked repository on GitHub, you'll see a Compare & pull request button. Click on that button.

    • Now submit your pull request, by clicking the Create Pull Request button.

If the above guide was tough for you to follow, you can follow the instructions here.

That's it!

You've succesfully created your first Pull Request and made your first contribution to the open source community!

I'll be merging your pull requests soon enough and you'll be able to see the changes live here.

Making Styling Changes

This project uses SASS/SCSS syntax for styling.

  1. Make all styling changes inside of assets/main.scss - do not edit assets/main.css directly.
  2. To see/save your changes, install SASS for the command line: npm i -g sass
  3. Run the SASS compile command from the project root: sass assets/main.scss assets/main.css
  4. Confirm your changes on the client and in assets/main.css
  5. Commit all of the following files: assets/main.scss, assets/main.css and assets/main.css.map

Contributors

Made with ♥ by ishandeveloper

forthebadge

coursify-hacktoberfest's People

Contributors

abraaoduarte avatar alphacoderr avatar anshuman725 avatar bhargavgohil25 avatar darshanr27 avatar fatmab2809 avatar heyaarju avatar iamrajput avatar iarmankhan avatar imgbotapp avatar ishandeveloper avatar jagadyudha avatar kchatr avatar lmulveycm avatar matincodes avatar neeraj15022001 avatar parnexcodes avatar prathamesh-borse avatar rajvirsingh1313 avatar rishiraj122 avatar rkgeekoftheweek avatar samikshabhavsar avatar shanu1515 avatar shreyas-peddi avatar shubh9457 avatar sincerelybrittany avatar tanishqj2005 avatar tegar97 avatar theninza avatar vasujoshi1203 avatar

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.