Code Monkey home page Code Monkey logo

web-learn's Introduction

Web Learn is an open source service which provides simple access to thousands of video lessons on web developing and programming.

Web Learn

Development

To start making any changes to the project, you first need to copy it to your computer using one of the available methods. For example, this can be done using the git clone command:

git clone https://github.com/freearhey/web-learn.git

Then you need to go to the project folder and install all the dependencies:

# change directory
cd web-learn

# install dependencies
npm install

The next step is to create the .env file in the project folder with the YouTube Data API key:

echo "YOUTUBE_API_KEY=YOUR_API_KEY_HERE" > .env

The key can be obtained via Google API Console: https://console.developers.google.com/

And after that you can start the development server:

npm run dev

and open the site in a browser. Usually the server starts at http://localhost:8080.

Contributing

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.

For example, if you want to add new topic to the site you only need to create a Yaml file inside the topics folder with its description:

nodejs.yml

id: nodejs # topic id
title: Node.js # full title of the topic
score: 149856 # number of questions on http://stackoverflow.com/tags
color: '#539e43' # usually the main color of the logo
site: http://nodejs.org # official site (optional)

License

MIT

web-learn's People

Contributors

danhogan avatar freearhey 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  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  avatar  avatar

Watchers

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

web-learn's Issues

Website doesn't follow responsive design in mobile

The mobile version of the site is not responsive. We are not able to click other study categories or the github & tweet buttons. I have attached a screenshot below showcasing this issue. I could work on it. Let me know @freearhey :)

Mobile View Screenshot:
mobile-view-grid

Unable to install it completely. I did following step :

Unable to install it completely. I did following step :

  1. I am using my own Youtube API Key.
  2. I am Using google verified domain html.
  3. Did npm install
  4. I got this
    image

What else I have to run to make it work . Please help .

I am early stage of learning coding.

Lighthouse score needs improvement

I have taken a screenshot of your website's lighthouse score. It could be improve in accessibility & SEO. If you agree, I could work on these issues & submit a PR. Let me know @freearhey

Lighthouse score screenshot below:

lighthouse-score

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.