Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timdeschryver/hacktoberfest-2019-angular
Share your favorite Angular resources of 2019
https://github.com/timdeschryver/hacktoberfest-2019-angular
hacktoberfest
Last synced: about 3 hours ago
JSON representation
Share your favorite Angular resources of 2019
- Host: GitHub
- URL: https://github.com/timdeschryver/hacktoberfest-2019-angular
- Owner: timdeschryver
- Created: 2019-09-29T19:58:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T23:58:11.000Z (over 2 years ago)
- Last Synced: 2024-11-09T03:02:26.099Z (8 days ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://timdeschryver.github.io/hacktoberfest-2019-angular/
- Size: 8.03 MB
- Stars: 64
- Watchers: 2
- Forks: 84
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Hacktoberfest 2019 Angular Resources
>
Add your favorite [Angular](https://angular.io/) resource from the year!
This can be a resource that you enjoyed, learned from, or came back to the most frequent.Add your resource at [resources.json](https://github.com/timdeschryver/hacktoberfest-2019-angular/blob/master/src/assets/resources.json), this can be done directly via the GitHub UI in the browser or you can also fork and clone this project locally.
Before adding your resource at [resources.json](https://github.com/timdeschryver/hacktoberfest-2019-angular/blob/master/src/assets/resources.json), please search whether the title of the resource already exists in the file to avoid duplicates. Please make this check before submitting a Pull Request.
After your resource is added, do not forget to create a Pull Request.
Once the Pull Request is merged, your resource will be visible!> If this is your first time I can recommend [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) by [Kent C. Dodds](https://kentcdodds.com/).
As an example, you can take a look at how I [added my resource](https://github.com/timdeschryver/hacktoberfest-2019-angular/commit/88548346a575869fb52968c60feeb0e31d75fb18).
## The structure of a resource
A resource has to look a certain way, here below you can find an example:
```json
{
"title": "The title",
"description": "A short description",
"author": {
"name": "The author's name",
"profile": "A link to the author's bio - this is optional"
},
"url": "The url to the resource",
"category": "The category of the resource this can be one of the following, library, article, talk, book, recording or course",
"contributor": {
"name": "Your name",
"profile": "A link to your bio - this is optional"
}
}
```Or take a look at the [schema](https://github.com/timdeschryver/hacktoberfest-2019-angular/blob/master/src/assets/resources-schema.json).
## Hacktoberfest details
See the [Hacktoberfest website](https://hacktoberfest.digitalocean.com/) for more information.