https://github.com/ocadotechnology/codeforlife-portal
The portal code for Code for Life: an online platform providing free educational resources, materials and games to teach about coding and technology.
https://github.com/ocadotechnology/codeforlife-portal
django edtech education educational-game games hacktoberfest python teaching-materials
Last synced: 5 months ago
JSON representation
The portal code for Code for Life: an online platform providing free educational resources, materials and games to teach about coding and technology.
- Host: GitHub
- URL: https://github.com/ocadotechnology/codeforlife-portal
- Owner: ocadotechnology
- License: other
- Created: 2014-07-23T14:44:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T18:33:45.000Z (5 months ago)
- Last Synced: 2026-01-14T19:47:53.189Z (5 months ago)
- Topics: django, edtech, education, educational-game, games, hacktoberfest, python, teaching-materials
- Language: Python
- Homepage: https://www.codeforlife.education/
- Size: 106 MB
- Stars: 52
- Watchers: 37
- Forks: 84
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Code for Life Portal
[](https://github.com/ocadotechnology/codeforlife-portal/actions/workflows/ci.yml)
[](https://codecov.io/gh/ocadotechnology/codeforlife-portal)
## LICENCE
In accordance with the [Terms of Use](https://www.codeforlife.education/terms#terms)
of the Code for Life website, all copyright, trademarks, and other
intellectual property rights in and relating to Code for Life (including all
content of the Code for Life website, the Rapid Router application, the
Kurono application, related software (including any drawn and/or animated
avatars, whether or not such avatars have any modifications) and any other
games, applications or any other content that we make available from time to
time) are owned by Ocado Innovation Limited.
The source code of the Code for Life portal, the Rapid Router application
and the Kurono/aimmo application are [licensed under the GNU Affero General
Public License](https://github.com/ocadotechnology/codeforlife-workspace/blob/main/LICENSE.md).
All other assets including images, logos, sounds etc., are not covered by
this licence and no-one may copy, modify, distribute, show in public or
create any derivative work from these assets.
## Code for Life
[Code for Life](https://www.codeforlife.education/) has been developed by Ocado Technology as a **free, open-source** project to inspire the next generation of computer scientists and to help teachers deliver the computing curriculum.
This repository hosts the source code of the [main website](https://www.codeforlife.education/), which includes the registration, log in, teacher and student dashboards, the teaching materials, etc.
We are open to contributors from anywhere around the world. Please read ahead if you'd like to get involved.
## To get started
- [Developer Guide](https://docs.codeforlife.education/developer-guide)
- [Good First Issues](https://github.com/ocadotechnology/codeforlife-portal/contribute)
- [How to set up your work environment](https://docs.codeforlife.education/git/common-setup)
- [Testing](https://docs.codeforlife.education/git/testing)