https://github.com/viralvaghela/learnprogrammingfree
List of best free programming resources on the internet
https://github.com/viralvaghela/learnprogrammingfree
freecoding freeresources hacktoberfest hacktoberfest2020 learncoding programming programmingresource
Last synced: 15 days ago
JSON representation
List of best free programming resources on the internet
- Host: GitHub
- URL: https://github.com/viralvaghela/learnprogrammingfree
- Owner: viralvaghela
- License: apache-2.0
- Created: 2020-10-01T13:46:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T13:20:15.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T02:41:18.360Z (over 1 year ago)
- Topics: freecoding, freeresources, hacktoberfest, hacktoberfest2020, learncoding, programming, programmingresource
- Language: Dart
- Homepage: http://learnprogrammingfree.codingboy.in/
- Size: 19 MB
- Stars: 18
- Watchers: 2
- Forks: 14
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
- [Android - Play Store](https://play.google.com/store/apps/details?id=in.codingboy.learnprogrammingfree2)
- iOS
- Web [http://learnprogrammingfree.codingboy.in/](http://learnprogrammingfree.codingboy.in/)
|  |  |
| :------------------------: | :------------------------: |
#### 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
```json
{
"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
## How to Report Bugs and Request Feature
Please open [a new issue in the GitHub repository](https://github.com/viralvaghela/learnprogrammingfree/issues) 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
[](https://github.com/viralvaghela)