This repository contains the projects completed as part of The Odin Project, an open-source curriculum for learning web development.
The Odin Project provides a comprehensive learning path for aspiring web developers. It covers a wide range of topics, including HTML, CSS, JavaScript, Ruby, Ruby on Rails, databases, and more. Each topic includes a series of projects to practice and reinforce the concepts learned.
This repository includes the following projects:
-
Battleship: Battleship is a classic game where players strategically place ships on a grid and take turns guessing the coordinates to sink their opponent's fleet.
-
To Do List: The To-Do List is a task management application that allows users to create, organize, and track their daily tasks and activities.
-
Tic Tac Toe: Tic Tac Toe is a simple two-player game where players take turns marking X or O on a 3x3 grid, aiming to get three of their marks in a row, column, or diagonal to win the game.
-
Library: The Library is a book management application that allows users to store their books and mark them as read or not read.
and many more...
Feel free to explore each project folder for more details, including instructions, code, and additional resources. You are free to use, modify, and distribute the code in this repository for personal or educational purposes.
Please note that while the code in this repository is intended to be educational and follows best practices, it may not be production-ready. Use it at your own discretion.
A special thanks to The Odin Project for providing an excellent curriculum and resources for learning web development. Without their efforts, this repository would not be possible.