All Projects → ishandeveloper → Coursify Hacktoberfest

ishandeveloper / Coursify Hacktoberfest

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Coursify Hacktoberfest

Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (+30.16%)
Mutual labels:  hacktoberfest, html5, website
Awesome Checker Services
✅ List of links to the various checkers out there on the web for sites, domains, security etc.
Stars: ✭ 662 (+950.79%)
Mutual labels:  hacktoberfest, website
Hacktoberfest
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest
Stars: ✭ 631 (+901.59%)
Mutual labels:  hacktoberfest, first-timers
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-69.84%)
Mutual labels:  html5, website
Hello World
Hello World in all possible programmnig languages
Stars: ✭ 558 (+785.71%)
Mutual labels:  hacktoberfest, first-timers
Site
pythondiscord.com - A Django and Bulma web application.
Stars: ✭ 580 (+820.63%)
Mutual labels:  hacktoberfest, website
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+10549.21%)
Mutual labels:  hacktoberfest, first-timers
Register
Grab your own sweet-looking '.is-a.dev' subdomain
Stars: ✭ 470 (+646.03%)
Mutual labels:  hacktoberfest, website
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-52.38%)
Mutual labels:  html5, website
Post Bootcamp Study
A repository of learning resources geared towards those who have attended coding bootcamps.
Stars: ✭ 34 (-46.03%)
Mutual labels:  hacktoberfest, first-timers
Devgonga
Devgonga é uma startup com foco em criação de sites e desenvolvimento de sistemas web, moldada para atender a pequenas e médias empresas ao redor de angola. https://devgonga.github.io/devgonga/
Stars: ✭ 41 (-34.92%)
Mutual labels:  html5, website
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+46015.87%)
Mutual labels:  hacktoberfest, website
Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (+680.95%)
Mutual labels:  hacktoberfest, website
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+885.71%)
Mutual labels:  hacktoberfest, first-timers
Responsive Grid Of Hexagons
CSS responsive grid of hexagons
Stars: ✭ 481 (+663.49%)
Mutual labels:  html5, website
Plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! 🎈
Stars: ✭ 666 (+957.14%)
Mutual labels:  hacktoberfest, first-timers
Hacktoberfest 2018
Stars: ✭ 56 (-11.11%)
Mutual labels:  hacktoberfest, first-timers
Awesome First Timers
Place to contribute if you are a first timer
Stars: ✭ 353 (+460.32%)
Mutual labels:  hacktoberfest, first-timers
Theannoyingsite.com
The Annoying Site a.k.a. "The Power of the Web Platform"
Stars: ✭ 446 (+607.94%)
Mutual labels:  html5, website
Online Bling
Stars: ✭ 9 (-85.71%)
Mutual labels:  html5, website

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].