Git Product home page Git Product logo

free-courses's Introduction

Free Courses to Developers Build Status

https://freecourses.github.io/

Free courses to developers is a platform where you can find several courses on development totally for free.

If you know a free course that is not listed, please contribute. See how:

  1. Fork this project
  2. Go to the folder /src/data
  3. And add a new object to the .json files

To add a new course

  1. Open the couses.json
  2. Add a new object, example:
   {
        "title": "title of course",
        "author": "Author of course",
        "language": "language of course",
        "categories": [
            "category 1",
            "category 2"
        ],
        "link": "https://linkOfCouse.com/",
        "level": "the level of course",
        "description": "a short description of course",
        "image:" "https://linkToimage.com/image.png" // this is optional
    },
    {
        "title": "JavaScript30",
        "author": "Wes Bos",
        "language": "English",
        "categories": [
            "javascript"
        ],
        "link": "https://javascript30.com/",
        "level": "Beginner - Intermediate",
        "image": "",
        "description": "Beginner to Intermediate developers and designers who want to become comfortable with both JavaScript fundamentals and working in the DOM without a library."
    }

To add a new category

  1. Open the categories.json
  2. Add a new object example:
    {
        "title": "Title of Category",
        "icon": "icon of category"
    },
     {
        "title": "JavaScript",
        "icon": "devicon-javascript-plain colored"
    },
    {
        "title": "Sass",
        "icon": "devicons devicons-sass",
        "iconColor": "#ffa"
    }

Icon classes can be found here: http://konpa.github.io/devicon/ or http://vorillaz.github.io/devicons/#/cheat

Contribute

Please contribute to the project if you know how to make it better, including this README :)

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

To run

  • You'll need to have bower and node installed in your system.

  • install the dependencies:

npm install && bower install
  • Run development server:
npm start
npm run dev

Open the web browser to http://localhost:8080/

To build the production package

npm run build

Eslint

There is a .eslint.yaml config for eslint ready with React plugin.

To run linting, run:

npm run lint

free-courses's People

Contributors

abdullateef97 avatar blasphemouse avatar bransbury avatar devamaz avatar inidaname avatar jonbeibeibei avatar leocardoso94 avatar marceloabk avatar mcadariu avatar nitharios avatar premprakashsingh avatar rud156 avatar thiagoslima avatar

Watchers

 avatar  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.