The open curriculum for learning web development https://www.theodinproject.com/
Find a file
Shumaila Sayed fedebb4855
Fix link text (#29443)
Co-authored-by: Kevin <kevinmulhern23@gmail.com>
2025-02-24 15:21:24 +00:00
.github GH Workflows: Include dash delimiter for projects (#28985) 2024-11-25 10:44:40 -08:00
advanced_html_css Media Queries: Remove link to kevin powell's conquering responsive layout course (#29299) 2025-01-10 14:19:57 -08:00
archive chore: cleanup after node revamp milestone 1 2024-07-31 21:32:03 +05:00
databases/databases Update project_sql_zoo.md to remove redundant link (#29362) 2025-02-02 11:23:12 -07:00
foundations Update project_calculator.md (#29448) 2025-02-22 11:28:24 -07:00
getting_hired Update professional_networking.md 2025-01-21 10:53:33 +07:00
git Working with Remotes lesson: Fix assignment link and rephrase instructions (#29427) 2025-02-17 20:22:52 -06:00
intermediate_html_css fix: Update MDN form styling guides link (#29387) 2025-02-07 15:17:30 +00:00
javascript Merge pull request #29388 from Dean-Coakley/patch-1 2025-02-12 10:05:34 -05:00
markdownlint Markdownlint: Fix TOP003 error reporting with empty default content sections (#29373) 2025-02-12 21:31:21 -06:00
nodeJS fix: remove version from the express urls (#29416) 2025-02-21 20:22:29 +01:00
react Fix link text (#29443) 2025-02-24 15:21:24 +00:00
ruby Ruby : Files and Serialization : Format unreadable article in assignment (#28897) 2025-02-20 11:52:49 -08:00
ruby_on_rails Fix wrong method usage (#29429) 2025-02-18 10:45:12 -08:00
shared/the_back_end Introduction to the Back End and Introduction to Framework lessons: Provide descriptive link text (#27873) 2024-04-27 19:11:19 +01:00
templates Feature: Update lesson/project templates and examples (#27593) 2024-03-10 19:44:05 +00:00
.codespellignore Update .codespellignore 2022-10-06 00:20:36 -04:00
.gitignore Install markdownlint-cli2 2024-03-31 09:23:46 -04:00
.markdownlint-cli2.jsonc Markdownlint config: Add comment with custom rule docs path (#29018) 2024-11-02 12:40:31 +00:00
CONTRIBUTING.md Amend linting note about npm script file path location (#29323) 2025-01-15 18:34:13 -08:00
LAYOUT_STYLE_GUIDE.md Chore - Style guide: Note box variations (#28756) 2024-09-07 21:22:06 +01:00
legal_terms_of_use.md
lesson.markdownlint-cli2.jsonc Update asynchronous_code.md 2024-03-12 08:46:45 +00:00
license.md Remove commercial license info (#26873) 2023-12-05 08:07:35 +00:00
package-lock.json JS Time Complexity: Remove extra dash in link fragment (#28461) 2024-07-19 23:51:31 +01:00
package.json Remove single quotes from npm scripts (#27869) 2024-04-26 23:49:39 +01:00
project.markdownlint-cli2.jsonc Uncommented base config file 2024-02-03 10:06:24 -05:00
README.md README.md Fix markdown style (#28332) 2024-07-03 14:04:17 +01:00

The Odin Project Curriculum

The Odin Project (TOP) is an open-source curriculum for learning full-stack web development. Our curriculum is divided into distinct courses, each covering the subject language in depth. Each course contains a listing of lessons interspersed with multiple projects. These projects give users the opportunity to practice what they are learning, thereby reinforcing and solidifying the theoretical knowledge learned in the lessons. Completed projects may then be included in the user's portfolio.

Lessons are structured through a combination of original written content and a compilation of carefully curated resources from the web. This is where the contributing happens!

This repo contains the actual lesson files used on our website. For the actual TOP app that pulls in this lesson content and contains our front-end and back-end code, please go to the main TOP repo.

Our community can be found on the TOP Discord server.

Contributing

The Odin Project depends on open-source contributions to improve, grow, and thrive. We welcome contributors of all experience levels and backgrounds to help maintain this awesome curriculum and community. If you would like to contribute to our curriculum, be sure to thoroughly read our contributing guide.

Some of the things you can do to contribute to our curriculum include:

  • Correct typos and other grammar errors.
  • Rewrite parts of existing lessons to make them clearer and easier to understand.
  • Fix broken links.
  • Add new resource links you think would make a lesson better.
  • Work on entirely new lessons after getting approval.

Happy Coding!

See license.md for usage details.


Created by Erik Trautman.