Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GoldinGuy/CollegeCompendium
📓 A curated collection of free public Computer Science classes from colleges across America
https://github.com/GoldinGuy/CollegeCompendium
computer-science cs-classes cs-education cs-resources education learn-cs open-source resources
Last synced: 15 days ago
JSON representation
📓 A curated collection of free public Computer Science classes from colleges across America
- Host: GitHub
- URL: https://github.com/GoldinGuy/CollegeCompendium
- Owner: GoldinGuy
- License: agpl-3.0
- Created: 2021-06-13T00:25:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T16:55:56.000Z (over 2 years ago)
- Last Synced: 2024-08-01T15:10:07.089Z (3 months ago)
- Topics: computer-science, cs-classes, cs-education, cs-resources, education, learn-cs, open-source, resources
- Language: TypeScript
- Homepage: https://collegecompendium.org
- Size: 9.53 MB
- Stars: 929
- Watchers: 16
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# College Compendium
📓 **Join over 100000 programmers in 179 countries and learn at your own pace with a curated collection of free, public, open source computer science resources from awesome colleges**
[![Discuss On Discord][discord]][discord-url]
[![Contributors][contributors-shield]][contributors-url]
[![Issues][issues]][issues-url]### We Complement Your CS Journey By Cataloging Resources Across Topics & Experience Levels
College Compendium serves a single purpose: we help you find your
next computer science resource or curriculum to audit. Regardless of where
you are in your self-guided learning journey, we've compiled CS course
resources that are relevant to your skill-level, time-commitment,
and preferred learning style so you'll never hit a dead end.[Official College Compendium Site](https://collegecompendium.org)
[FreeCodeCamp Course "All About Auditing"](https://www.freecodecamp.org/news/how-to-audit-a-class-university-course/)
## Development setup
Simply clone this repository, then run
```
npm install
```To test the site, run
```
npm start
```## Contributing
1. Fork CollegeCompendium [here](https://github.com/GoldinGuy/CollegeCompendium/fork)
2. Create a feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request## Meta
College Compendium Corporation is a nonprofit organization led by [@GoldinGuy](https://github.com/GoldinGuy) and [@Samfydega](https://github.com/samfydega) dedicated to improving access to educational computer science resources for students across the world.
College Compendium is proudly supported by [JSONBin.io](https://jsonbin.io/open-source) as an open source project.
The College Compendium website is distributed under the GNU Affero General Public License v3.0 license. See [LICENSE](https://github.com/GoldinGuy/CollegeCompendium/blob/master/LICENSE) for more information.
[discord-url]: https://discord.gg/gKYSMeJ
[discord]: https://img.shields.io/discord/689176425701703810
[issues]: https://img.shields.io/github/issues/GoldinGuy/Ideastorm
[issues-url]: https://github.com/GoldinGuy/Ideastorm/issues
[contributors-shield]: https://img.shields.io/github/contributors/GoldinGuy/Ideastorm.svg?style=flat-square
[contributors-url]: https://github.com/GoldinGuy/Ideastorm/graphs/contributors