Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodekeepIO/CodeKeep-Resources
Resources to upskill yourself https://resources.codekeep.io/
https://github.com/CodekeepIO/CodeKeep-Resources
javascript react styled-components
Last synced: 3 months ago
JSON representation
Resources to upskill yourself https://resources.codekeep.io/
- Host: GitHub
- URL: https://github.com/CodekeepIO/CodeKeep-Resources
- Owner: CodekeepIO
- Created: 2020-04-03T16:16:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:25:13.000Z (almost 2 years ago)
- Last Synced: 2024-06-03T09:59:34.772Z (5 months ago)
- Topics: javascript, react, styled-components
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - CodekeepIO/CodeKeep-Resources - Resources to upskill yourself https://resources.codekeep.io/ (TypeScript)
README
CodeKeep Resources
#StayHome - Resources to upskill yourself. A curated collection of resources offered for free during this COVID-19 times.
[![Codekeep Resources](https://github.com/codekeepIO/CodeKeep-Resources/blob/master/preview.png?raw=true 'Codekeep Resources')]()
View Resources: [https://resources.codekeep.io/](https://resources.codekeep.io/)
CodeKeep - Organize. Discover. Share. Snippets.## Add New Course
To add a new course, you can send url through issues or make a pull request. Course data are available on data/index.ts file.
Example:
```
{
name: 'Pluralsight',
cover:
'https://www.pluralsight.com/content/pluralsight/en/jcr:content/image-res/file.transform/share-image/image.img.cb030118-d1e7-464b-8a41-617b2d10a222.jpg',
logo: 'https://pbs.twimg.com/profile_images/1233102158393774080/Ue07scDW_400x400.jpg',
description:
'Stay Home! Skill Up! Get FREE access to 7,000+ Pluralsight courses during the month of April. THE technology skills platform with expert-led, online courses for web development, IT training and more! Start learning today!',
link: 'https://www.pluralsight.com/',
tags: [
'all',
'machine learning',
'software development',
'cyber security',
'artificial intelligence',
'cloud computing',
'web development',
],
category: 'web development',
entireWebsite: true,
specificCourse: false,
}
```
Made with 💙 by CodeKeep