wigsnes / learnprogrammingfree

List of best free programming resources on the internet

Home Page:http://learnprogrammingfree.codingboy.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Programming Free

List of best free programming resources on the internet

About

You can find free reasources to learn programming

  • courses
  • blogs
  • books
  • youtube playlist

Supported Platforms

1 2

How to use the app locally on your machine ?

Requirements

  1. Flutter installed on your machine.
  2. A simulator/emulator for running the application.

Step #1 : Clone this repository using

git clone https://github.com/viralvaghela/learnprogrammingfree.git

Step #2 : move the directory

cd learnprogrammingfree

Step #3 : Run the following command in the directory

flutter packages get

Step #4: Open a simulator / emulator and run the application

flutter run

Contributing

Thank you for considering and taking the time to contribute to this project!

Download & install

First, clone the repository with the 'clone' command, or just download the zip.

$ git clone https://github.com/viralvaghela/learnprogrammingfree.git

Now, you can add books,videos,blogs etc in the resources/json.data

{
  "id": 1,
  "name": "Flutter Complete Beginner Course",
  "instructor": "Mtechviral",
  "url": "https://www.youtube.com/watch?v=6wQwnTIBD1Y",
  "description": "Flutter complete beginner course by Mtechviral",
  "image": "http://learnprogrammingfree.codingboy.in/resources/images/flutter.png",
  "tags": ["flutter", "mobile development"]
}

if you have image file then upload inside resources/images/ and write image address in json.data and dont forget to increment the id when you add new data.

How to Report Bugs and Request Feature

Please open a new issue in the GitHub repository with steps to reproduce the problem you're experiencing.

Be sure to include as much information including screenshots, text output, and both your expected and actual results.

Made with ♥ by viralvaghela

forthebadge

About

List of best free programming resources on the internet

http://learnprogrammingfree.codingboy.in/


Languages

Language:Dart 63.0%Language:HTML 28.4%Language:CSS 5.5%Language:Swift 2.2%Language:Kotlin 0.7%Language:Objective-C 0.2%