Projects in Awesome Lists by odilson-dev
A curated list of projects in awesome lists by odilson-dev .
https://github.com/odilson-dev/odilson-italis
My professional 3D Portfolio made with React + Vite and TailwindCSS
react tailwindcss typescript vite
Last synced: 15 May 2026
https://github.com/odilson-dev/admin-dashboard
A full dashboard design to practice css grid
admin-dashboard assignment grid-layout html-css theodinproject
Last synced: 19 Mar 2026
https://github.com/odilson-dev/project-rock-paper-scissors
In this project i simulate the game Rock Paper Scissors between you and the PC. Hope you enjoy it
Last synced: 24 Jul 2025
https://github.com/odilson-dev/shopping-list
This is a script that allows the user to modify a shopping list with 5 options
Last synced: 17 May 2026
https://github.com/odilson-dev/chess-ruby
Chess is a board game for two players, called White and Black, each controlling an army of chess pieces, with the objective to checkmate the opponent's king.
chessgame final-project ruby theodinproject
Last synced: 11 Sep 2025
https://github.com/odilson-dev/file-uploader
A full stack file storage system built with Express.js
expressjs nodejs postgresql prisma-client supabase
Last synced: 07 Apr 2026
https://github.com/odilson-dev/sql_zoo
Build and run queries against existing tables using SQL ZOO
database mysql-database queries sql
Last synced: 12 May 2026
https://github.com/odilson-dev/shopping-cart
Shopping App, built with React and React Router
api component context-api reactjs state-management
Last synced: 08 Apr 2026
https://github.com/odilson-dev/landing-page
A Landing page sample
frontend html-css landing-page theodinproject
Last synced: 24 Jul 2025
https://github.com/odilson-dev/problem-solving
Solving problem using a Pseudocode
Last synced: 20 Sep 2025
https://github.com/odilson-dev/stock-picker
I'll implement a method #stock_picker that takes in an array of stock prices, one for each hypothetical day.
Last synced: 08 Aug 2025
https://github.com/odilson-dev/the-bitcoin-price
In this Project, i used AJAX de get data about crypto market and showed it on my website using Blockchain info API
Last synced: 31 Aug 2025
https://github.com/odilson-dev/restaurant-page
This project is part of The Odin Project curriculum, focusing on practicing DOM manipulation by dynamically rendering a restaurant homepage using JavaScript.
bundler html-css-javascript webpack
Last synced: 13 May 2026
https://github.com/odilson-dev/bubble-sort
I build a method #bubble_sort that takes an array and returns a sorted array. It will use the bubble sort methodology
Last synced: 15 Jun 2025
https://github.com/odilson-dev/battleship
Battleship game implemented in JavaScript using Test Driven Development (TDD) principles
battleship bundler html-css-javascript jest-tests test-driven-development webpack
Last synced: 21 May 2026
https://github.com/odilson-dev/micro-reddit
micro-reddit reddit ruby-on-rails
Last synced: 13 May 2026
https://github.com/odilson-dev/connect-four
Connect Four is a two-player game where players take turns dropping pieces into a grid
connect-four game ruby theodinproject
Last synced: 23 Nov 2025
https://github.com/odilson-dev/tic-tac-toe-js
An implementation of the classic Tic-Tac-Toe game using HTML, CSS, and JavaScript
factory-functions html-css-javascript theodinproject tic-tac-toe
Last synced: 24 Nov 2025
https://github.com/odilson-dev/sign-up-form
Just a sign up form
css form-validation html signup
Last synced: 25 Nov 2025
https://github.com/odilson-dev/skills-code-with-codespaces
My clone repository
Last synced: 25 Nov 2025
https://github.com/odilson-dev/git_test
My first GitHub repo doing The Odin Project
Last synced: 26 Nov 2025
https://github.com/odilson-dev/weather-app
A weather forecast site using the open map weather API
await-async html-css-javascript promises webpack5
Last synced: 26 Nov 2025
https://github.com/odilson-dev/project-recursion
The Fibonacci Sequence, which sums each number with the one before it, is a great example of a problem that can be solved recursively.
Last synced: 26 Nov 2025
https://github.com/odilson-dev/etch-a-sketch
I'm going to build a browser version of something between a sketchpad and an Etch-A-Sketch.
etch-a-sketch html-css-javascript theodinprojectfoundations
Last synced: 26 Nov 2025
https://github.com/odilson-dev/inventory-application
This project is part of the NodeJS course and is designed to practice the skills learned throughout the section.
Last synced: 12 Apr 2026
https://github.com/odilson-dev/tic-tac-toe
A tic-tac-toe game on the command line where two human players can play against each other and the board is displayed in between turns.
game ruby theodinproject tic-tac-toe
Last synced: 27 Nov 2025
https://github.com/odilson-dev/react-cv-application
A small CV appliaction using React JS. Done as an assignment from TheOdinProject
javascript react-components reactjs
Last synced: 12 Apr 2026
https://github.com/odilson-dev/caesar-cipher
In this project, i'll implement a caesar cipher that takes in a string and the shift factor and then outputs the modified string:
Last synced: 01 Mar 2025
https://github.com/odilson-dev/hangman
A simple command line Hangman game where one player plays against the computer, the player is able to save his progression and keep playing later at exactly where he left off.
file marshal project-hangman ruby serialization
Last synced: 25 May 2026
https://github.com/odilson-dev/linked-list
A linked list is a linear collection of data elements called nodes that “point” to the next node by means of a pointer.
Last synced: 09 May 2026
https://github.com/odilson-dev/the-user-manager-crm-poo
A use user manager that allow to create users, save them in a database using TinyDB. Get and delete the user data from the database.
Last synced: 01 Mar 2025
https://github.com/odilson-dev/sub-strings
I'll implement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument.
Last synced: 01 Mar 2025
https://github.com/odilson-dev/testing-practice
Practicing TDD(Test Driven Development) from Odin
html-css-javascript jest-tests npm tdd-javascript test theodinproject
Last synced: 01 Mar 2025
https://github.com/odilson-dev/mastermind
Mastermind is a command line game where you have 12 turns to guess the secret code, starting with you guessing the computer’s random code.
game mastermind ruby theodinproject
Last synced: 01 Mar 2025
https://github.com/odilson-dev/command-line-application
You can search and delete files easily on your system using this script
application command-line python311 typer
Last synced: 01 Mar 2025
https://github.com/odilson-dev/calculator
This is my final project from TOP foundations.
calculator css3 foundation html5 javascript theodinproject
Last synced: 01 Mar 2025
https://github.com/odilson-dev/homepage
My portfolio boilerplate from Odin
html-css-javascript portfolio-website theodinproject
Last synced: 19 Feb 2026
https://github.com/odilson-dev/hashmap
The Hashmap Project is an assignment from TOP's curriculum, where participants work on creating and implementing a hashmap data structure as part of their learning exercises.
data-structures hashmap ruby theodinproject
Last synced: 24 Oct 2025
https://github.com/odilson-dev/odin-recipes
Creating a recipe while sudying at Odin
Last synced: 28 Jan 2026
https://github.com/odilson-dev/sample-resume
This is my Sample Resume Website
Last synced: 08 Feb 2026
https://github.com/odilson-dev/skills-review-pull-requests
My clone repository
Last synced: 19 Mar 2026
https://github.com/odilson-dev/project-knight-travails
In this project, i built a function #knight_moves that shows the shortest possible way to get from one square to another by outputting all squares the knight will stop on along the way.
Last synced: 02 Jun 2026
https://github.com/odilson-dev/skills-introduction-to-github
My clone repository
Last synced: 04 Mar 2026
https://github.com/odilson-dev/skills-communicate-using-markdown
My clone repository
Last synced: 05 Mar 2026
https://github.com/odilson-dev/contact-management-app
A contact management app that allow users to perfom CRUD operations on contacts built with Vue.js and Laravel
backpack-for-laravel eloquent-orm inertiajs laravel mysql php vuejs
Last synced: 05 Apr 2026
https://github.com/odilson-dev/library
Project Library from TOP.
book html-css-javascript library
Last synced: 21 Apr 2026
https://github.com/odilson-dev/memory-card
Memory Card Game, a React-based project
memory-card netlify-deployment reactjs
Last synced: 01 May 2026
https://github.com/odilson-dev/travel-agency
Travel Agency is a sample website for a Travel Agency. It's currently in french but i still wanted to show it
agency css html javascript travel
Last synced: 01 May 2026
https://github.com/odilson-dev/re-former
A simple project to practice making forms in rails
form-helper ruby ruby-on-rails
Last synced: 04 May 2026
https://github.com/odilson-dev/snake-game
Snake Game is a game about a snake and an apple. You scored 1 point and the snake become a bit longer each time the he eats an apple. If the snake eats himself or the strikes on the wall, it's game over.
css game game-development html javascript web
Last synced: 05 May 2026
https://github.com/odilson-dev/members-only-nodejs
Members only club written using Express.js, EJS for templating/frontend, PosgreSQL | deployed using adaptable.io
authentication epressjs nodejs postgresql-database
Last synced: 09 May 2026
https://github.com/odilson-dev/todo-list
This project represents a comprehensive todo list solution that empowers users to manage their tasks efficiently and effortlessly
bundler html-css-javascript localstorage todolist webpack
Last synced: 13 May 2026
https://github.com/odilson-dev/odin-kittens
This is a fast and straightforward project where i set up a Rails app to be a data-producing API…
odin-kittens restful-api ruby-on-rails
Last synced: 13 May 2026
https://github.com/odilson-dev/home
The personal website/portfolio template by Hashir Shoaib. Built using React and Bootstrap.
Last synced: 19 Sep 2025