Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IlIllII/collecobrary

Making online learning fun and easy.
https://github.com/IlIllII/collecobrary

awesome courses d3 education learning vuejs

Last synced: 6 days ago
JSON representation

Making online learning fun and easy.

Awesome Lists containing this project

README

        




📚


Collecobrary


College | Course | Library


Learn •
Quickstart •
Contribute •
About •
Resources


Degree roadmaps comprised of 100% free, high quality online courses for self-study.

![collecobrary_node_hover_and_dblclick](https://user-images.githubusercontent.com/78166995/134691867-8195d604-d28e-43b7-8476-bb21f9ce4f39.PNG)

***

📖 If you're here to learn

### Visit the [website](https://shapesofknowledge.io/) to get started. Its super easy to use and there is no sign up or anything.

If you like the project, giving a :star: on GitHub really helps.

***

âš¡ Quickstart

If it is your first time contributing, you might want to see [contributing](#contributing) to get a sense of the project first before starting.

### Project setup

#### First, clone the repo and install dependencies:
```
git clone https://github.com/IlIllII/collecobrary.git
cd collecobrary
npm install
```

#### Now you are ready to go. To run the server in development mode:
```
npm run serve
```

This will run the server on localhost:8080 and provide hot-reloads when saving files.

#### To compile and minify for production:
```
npm run build
```

#### To run the linter:
```
npm run lint
```

Once everything checks out locally, merge your pull request with the master to redeploy the live website.

***

💪 Contributing

If you want to help contribute, thank you! Here are a few things that would really make an impact:

1. Share an excellent course you've taken.
2. Share ideas for ways to make the project more useful.
3. Add new features if you can code.
4. Share the project with friends if you think its cool.

Feel free to say hello and ask if you have any questions or comments. All feedback is welcome and appreciated.

***

💡 About

The idea for this project spawned from my own frustration with the online learning landscape. Finding quality courses is like searching for needles in haystacks. Hopefully this can make it a little bit easier to find a quality learning path.

🧭 Resources

If you are trying to find good courses, here are some places to look:

- OCW - A lot of OCW is pretty old and incomplete, but [MIT](https://ocw.mit.edu/index.htm), [Yale](https://oyc.yale.edu/courses), and [UCI](http://ocw.uci.edu/) seem to have pretty good OCW still.
- Youtube Channels - A lot of universities and professors post lectures on youtube. [Stanford](https://www.youtube.com/c/stanford/playlists) is a good example.
- [Berkeley Webcasts](https://wiki.archiveteam.org/index.php/UC_Berkeley_Course_Captures) - Massive archive of lecture recordings from before 2017 when they stopped doing them.
- University departments - Often you can find course websites online and some of them may have complete materials, such as [Kellis Lab at MIT](http://compbio.mit.edu/compbio.html). Additionally, sometimes professors will post their courses on their personal websites.

Generally I have found that the MOOCs and other "learning platforms" have courses that are pretty poor quality, but that's just my opinion.

Good luck!