Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: theodinproject

artemchs/Rock-paper-scissors

Game which contains three actions: Rock, Paper and scissors. You can beat rock by paper, paper by scissors and scissors by rock. Try this game right now!

Language: HTML - Size: 31.3 KB - Last synced: about 10 hours ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

artemchs/Babble

Babble - a fun and easy way to stay connected with your friends and family.

Language: TypeScript - Size: 838 KB - Last synced: about 10 hours ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Haminimi/calculator

This browser calculator project is the final project of the foundations section in The Odin Project's curriculum.

Language: JavaScript - Size: 918 KB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

mdsnz/odin-landing-page

This is a project suggested in The Odin Project curriculum.

Language: CSS - Size: 1.01 MB - Last synced: about 7 hours ago - Pushed: about 13 hours ago - Stars: 0 - Forks: 0

Haminimi/homepage

The responsive homepage of a portfolio site designed to be responsive across three sizes: full desktop, tablet and mobile.

Language: CSS - Size: 15.6 MB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/todo-app

The app provides a full task management experience with all the basic functionalities for a Todo app.

Language: JavaScript - Size: 361 KB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/weather-app

Find the accurate weather data for any city in the world, view current weather conditions, and have a peek at the forecast for the next three days.

Language: JavaScript - Size: 1.52 MB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/gallery

The Gallery app where you can easily add and delete images, switch between them, and jump to any image in the gallery using the navigation bar.

Language: JavaScript - Size: 1.53 MB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/tic-tac-toe

Minimax is a recursive algorithm that is used in decision making and game theory to find the optimal move for a player. The AI mode in this game is based on the Minimax Algorithm, making it unbeatable. Against this AI, the best achievable result for a human player is a draw.

Language: JavaScript - Size: 104 KB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/library

The Library app allows you to add your favorite books with all the basic information, switch the read or favorite status, delete books and clear your library at once using the clear button.

Language: JavaScript - Size: 107 KB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/cafe-page

This Cafe Page offers a simple user interface with the home, menu and contact tabs, providing easy access to The Cozy Cup cafe. Experience the essence of The Cozy Cup, discover a diverse menu of coffees, reach out, book an event, or just say hello!

Language: JavaScript - Size: 9.01 MB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/blog-api

A REST API for managing a blog site.

Language: JavaScript - Size: 36.1 KB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

Haminimi/messaging-app

The messaging app includes authentication and authorization functionality using JWT, following Jamstack architecture.

Language: JavaScript - Size: 217 KB - Last synced: about 13 hours ago - Pushed: about 14 hours ago - Stars: 0 - Forks: 0

BrunoLadiv/TheOdinProject

Language: JavaScript - Size: 29.1 MB - Last synced: about 23 hours ago - Pushed: 1 day ago - Stars: 1 - Forks: 0

rafa-net/calculator

🔢 JavaScript calculator designed to perform basic arithmetic operations, crafted without the eval() method for enhanced security.

Language: JavaScript - Size: 32.2 KB - Last synced: about 24 hours ago - Pushed: 1 day ago - Stars: 0 - Forks: 0

rafa-net/landing-page

🖥️ Example landing page created from a predefined design

Language: HTML - Size: 8.53 MB - Last synced: 2 days ago - Pushed: 2 days ago - Stars: 0 - Forks: 0

TheOdinProject/theodinproject

Main Website for The Odin Project

Language: Ruby - Size: 30.7 MB - Last synced: 1 day ago - Pushed: 3 days ago - Stars: 3,465 - Forks: 2,048

rafa-net/odin-recipes

🍲 Simple HTML webpage featuring three food recipes

Language: HTML - Size: 266 KB - Last synced: 2 days ago - Pushed: 3 days ago - Stars: 0 - Forks: 0

porobertdev/weather-app

Assignment from The Odin Project: https://www.theodinproject.com/lessons/node-path-javascript-weather-app

Language: JavaScript - Size: 193 KB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 0 - Forks: 0

ahammednibras8/odin-recipes

This repo is part the odin project

Language: HTML - Size: 8.79 KB - Last synced: 5 days ago - Pushed: 10 days ago - Stars: 0 - Forks: 0

ClaraSmyth/todo-list

A todo list app, created for an assignment as part of TheOdinProject curriculum.

Language: JavaScript - Size: 26.8 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

ClaraSmyth/weather-app

A weather tracking app, created for an assignment as part of TheOdinProject curriculum.

Language: SCSS - Size: 7.25 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/tic-tac-toe

A Tic-Tac-Toe game, created for an assignment as part of TheOdinProject curriculum.

Language: JavaScript - Size: 597 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/sign-up-form

A sign-up form webpage, created for an assignment as part of TheOdinProject curriculum.

Language: CSS - Size: 10.8 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/testing-practice

A collection of assignments from TheOdinProject to get familiar with using Jest for testing.

Language: JavaScript - Size: 92.8 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/rock-paper-scissors

This is my first project using JavaScript! Its a Rock Paper Scissors game, created for an assignment as part of TheOdinProject curriculum.

Language: JavaScript - Size: 389 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/restaurant-page

A simple restaurant webpage, created for an assignment as part of TheOdinProject curriculum.

Language: JavaScript - Size: 20.7 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/odin-recipes

This is my first webpage! It's a recipe webpage created for an assignment as part of TheOdinProject curriculum.

Language: HTML - Size: 3.73 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/memory-game

A Memory Game based on One Piece, created for an assignment as part of TheOdinProject curriculum.

Language: SCSS - Size: 158 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/library

A book library app, created for an assignment as part of TheOdinProject curriculum.

Language: CSS - Size: 6.82 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

ClaraSmyth/landing-page

A landing page, created for an assignment as part of TheOdinProject curriculum.

Language: CSS - Size: 31.6 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/cv-application

A CV builder application, created for an assignment as part of TheOdinProject curriculum.

Language: JavaScript - Size: 20.1 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/cs-assignments

A collection of assignments from TheOdinProject for applying some fundamental computer science concepts.

Language: JavaScript - Size: 27.3 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/battleship

A battleship game, created for an assignment as part of TheOdinProject curriculum.

Language: JavaScript - Size: 6.69 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/etch-a-sketch

An Etch-A-Sketch app, created for an assignment as part of TheOdinProject curriculum.

Language: CSS - Size: 458 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ClaraSmyth/calculator

A calculator app, created for an assignment as part of TheOdinProject curriculum.

Language: JavaScript - Size: 389 KB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

ClaraSmyth/admin-dashboard

An admin dashboard webpage, created for an assignment as part of TheOdinProject curriculum.

Language: HTML - Size: 9.63 MB - Last synced: 6 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

sangamhoni/odinproj

code dump: @theodinproject

Language: HTML - Size: 600 KB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 2 - Forks: 0

Haminimi/where-is-waldo

Where's Wally? (called Where's Waldo? in Canada and the USA) is a British series of children's puzzle books created by English illustrator Martin Handford. Readers are challenged to find a character named Wally and his friends hidden throughout the pages.

Language: JavaScript - Size: 6.89 MB - Last synced: 7 days ago - Pushed: 8 days ago - Stars: 0 - Forks: 0

TITANIUM339/CV-Application

CV Builder

Language: JavaScript - Size: 1.14 MB - Last synced: 7 days ago - Pushed: 8 days ago - Stars: 0 - Forks: 0

degD/simple-calculator

Simple web calculator: https://www.theodinproject.com/lessons/foundations-calculator

Language: JavaScript - Size: 116 KB - Last synced: 10 days ago - Pushed: 10 days ago - Stars: 0 - Forks: 0

porobertdev/social-media-web-spammer

Supports: Whatsapp & Telegram Web

Language: JavaScript - Size: 7.81 KB - Last synced: 10 days ago - Pushed: 11 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-weather-app

My Odin Weather App Project

Language: JavaScript - Size: 1.94 MB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 0 - Forks: 0

ChiefWoods/todo-list

Task planner for The Odin Project

Language: JavaScript - Size: 975 KB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 1 - Forks: 0

TomSoerr/odin-todo-list

My Odin Todo List Project

Language: JavaScript - Size: 782 KB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-restaurant-page

My Odin Restaurant Page Project

Language: JavaScript - Size: 45.6 MB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-tic-tac-toe

My Odin Library Project

Language: JavaScript - Size: 585 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-library

My Odin Library Project

Language: JavaScript - Size: 244 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-landing-page

My Odin Landing Page Project

Language: HTML - Size: 13.4 MB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-admin-dashboard

My Odin Admin Dashboard Project

Language: HTML - Size: 8.16 MB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-etch-a-sketch

My Odin Etch a Sketch Project

Language: JavaScript - Size: 679 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-calculator

My Odin Calculator Project

Language: JavaScript - Size: 205 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-sign-up-form

My Odin Sign-up Form Project

Language: HTML - Size: 577 KB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

TomSoerr/odin-recipes

My Odin Recipes Project

Language: HTML - Size: 4.67 MB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

felixtanhm/my-odin-projects

A compilation of my projects for The Odin Project, an open source full stack web development course.

Language: JavaScript - Size: 24.1 MB - Last synced: 12 days ago - Pushed: 13 days ago - Stars: 5 - Forks: 0

Grayvox/hangman

😵 The simple word guessing game, with a man's life at risk.

Language: Ruby - Size: 68.4 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

Fra3zz/TheOdinProject

My progress in the Odin project.

Language: HTML - Size: 1.29 MB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

creme332/my-odin-projects

A compilation of all my programming projects for The Odin Project web development course.

Language: JavaScript - Size: 317 MB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 36 - Forks: 2

frarosset/library

A project from The Odin Project (Full Stack Javascript).

Language: JavaScript - Size: 3.95 MB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 0 - Forks: 0

dgomola/odin-recipes

Recipes project from TOP

Language: HTML - Size: 88.9 KB - Last synced: 16 days ago - Pushed: 17 days ago - Stars: 0 - Forks: 0

Grayvox/mastermind

🤖 The iconic code breaking game - featuring two different game modes

Language: Ruby - Size: 37.1 KB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 0 - Forks: 0

r0hitm/cv-app

CV App made using Reactjs

Language: JavaScript - Size: 1.03 MB - Last synced: 21 days ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

r0hitm/todo_old 📦

Old Todo App

Language: JavaScript - Size: 255 KB - Last synced: 21 days ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

r0hitm/todo-app

Get Things Done using this todo app!

Language: TypeScript - Size: 183 KB - Last synced: 21 days ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

r0hitm/show-me-gif

To learn by doing promises and async/await in JS

Language: HTML - Size: 1.95 KB - Last synced: 21 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

r0hitm/shopping-kart 📦

Language: JavaScript - Size: 157 KB - Last synced: 21 days ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

adi1090x/landing-page

A simple landing page for Archcraft

Language: HTML - Size: 18.6 KB - Last synced: 21 days ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

curveservices/landing-page

2nd Project: A basic landing page Mock-up. Part of The Odin Project Foundation curriculum.

Language: HTML - Size: 6.67 MB - Last synced: 21 days ago - Pushed: 22 days ago - Stars: 1 - Forks: 0

TraineeBAM/TheOdinProject

The Odin Project Training

Language: HTML - Size: 27.3 MB - Last synced: 22 days ago - Pushed: 22 days ago - Stars: 0 - Forks: 0

Cooper-Adams/Memory-Card

A memory game featuring cards from Dokkan Battle!

Language: JavaScript - Size: 165 MB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 0 - Forks: 0

Grayvox/event-manager

📅 Event manager based off of the Jumpstart Labs' project

Language: HTML - Size: 9.77 KB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 0 - Forks: 0

odilson-dev/tic-tac-toe-js

An implementation of the classic Tic-Tac-Toe game using HTML, CSS, and JavaScript

Language: JavaScript - Size: 1.08 MB - Last synced: 5 days ago - Pushed: 24 days ago - Stars: 1 - Forks: 0

odilson-dev/homepage

My portfolio boilerplate from Odin

Language: HTML - Size: 8.44 MB - Last synced: 5 days ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

odilson-dev/admin-dashboard

A full dashboard design to practice css grid

Language: HTML - Size: 1.52 MB - Last synced: 5 days ago - Pushed: 24 days ago - Stars: 1 - Forks: 0

odilson-dev/connect-four

A basic game where each player takes turns dropping pieces into the cage. Players win if they manage to get 4 of their pieces consecutively in a row, column, or along a diagonal.

Language: Ruby - Size: 20.5 KB - Last synced: 5 days ago - Pushed: 24 days ago - Stars: 1 - Forks: 0

odilson-dev/calculator

This is my final project from TOP foundations.

Language: JavaScript - Size: 141 KB - Last synced: 5 days ago - Pushed: 24 days ago - Stars: 1 - Forks: 0

odilson-dev/landing-page

A Landing page sample

Language: CSS - Size: 4.88 KB - Last synced: 5 days ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

Fadilix/memory-card

Memory Card Game: React-powered, animated, and intuitive for memory testing.

Language: JavaScript - Size: 11.8 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 2 - Forks: 0

edu2907/odin-forms

Basic Signup Page

Language: CSS - Size: 1.14 MB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

edu2907/mastermind

A code-breaking game for two players.

Language: Ruby - Size: 12.7 KB - Last synced: 25 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

edu2907/hangman

Guessing game where one players thinks of a word and the other tries to guess it

Language: Ruby - Size: 41 KB - Last synced: 25 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

edu2907/event-manager

Ruby project tutorial

Language: Ruby - Size: 4.88 KB - Last synced: 25 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

edu2907/connect-four

Language: Ruby - Size: 13.7 KB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

edu2907/chess

Console chess game written in Ruby

Language: Ruby - Size: 72.3 KB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

edu2907/admin-dashboard

Admin Dashboard example page

Language: HTML - Size: 45.9 KB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

r0hitm/DynamicUI

Practising some dynamic UI components using vanilla CSS and JS

Language: HTML - Size: 1.56 MB - Last synced: 21 days ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

NewRedRoses/Restaurant-Page

Simple restaurant page using webpack.

Language: JavaScript - Size: 2.11 MB - Last synced: 29 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

Herbert-Haase/Project-Library

An exercise inspired by the "Project: Library" from The Odin Project.

Language: JavaScript - Size: 15.6 KB - Last synced: 29 days ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

Herbert-Haase/Tic-Tac-Toe

An project inspired by the "PROJECT: TIC TAC TOE" exercise from The Odin Project

Language: JavaScript - Size: 8.79 KB - Last synced: 29 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

selimbiber/React-Exercises-and-Projects

freeCodeCamp & Patika Academy & The Odin Project & Frontend Mentor & Scrimba

Language: JavaScript - Size: 4.34 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

TITANIUM339/Homepage

Language: HTML - Size: 13.3 MB - Last synced: 28 days ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

Ruchita1010/where-is-waldo

Where's Waldo for TheOdinProject

Language: JavaScript - Size: 2.35 MB - Last synced: about 1 month ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

Ruchita1010/weather-link

Weather App for TheOdinProject

Language: JavaScript - Size: 18.5 MB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

hussein-m-kandil/top-javascript-study

Projects that i built while studying "The Odin Project" (JavaScript Course - Full Stack JavaScript Path)

Language: JavaScript - Size: 12.2 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

Ishmam156/BookLibrary

A JS based project that acts as a book library and will persist its storage in the user's device.

Language: JavaScript - Size: 10.7 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

yadomkar/library

A submission for The Odin Project

Language: JavaScript - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

TITANIUM339/Landing-Page

Meme landing page

Language: HTML - Size: 286 KB - Last synced: 29 days ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

ChiefWoods/library

Web library for The Odin Project

Language: CSS - Size: 6.97 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

selimbiber/ResumeBuilder

The Odin Project / React.js Course Assignment

Language: JavaScript - Size: 34.2 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

ChiefWoods/weather-app

Weather forecast site for The Odin Project

Language: JavaScript - Size: 14.8 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0