Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesbe/the-odin-project
The Odin Project repository for my proyects through the course!
https://github.com/alesbe/the-odin-project
Last synced: about 2 months ago
JSON representation
The Odin Project repository for my proyects through the course!
- Host: GitHub
- URL: https://github.com/alesbe/the-odin-project
- Owner: alesbe
- Created: 2022-04-22T20:01:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T19:50:59.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:42:24.002Z (almost 2 years ago)
- Language: HTML
- Homepage: https://alesbe.github.io/the-odin-project/
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Odin Project
![](https://www.theodinproject.com/assets/og-logo-022832d4cefeec1d5266237be260192f5980f9bcbf1c9ca151b358f0ce1fd2df.png)
View projects
***
## 🛑 Important 🛑
I decided to move each project to an individual repository, you can find some of them in [this](https://github.com/stars/alesbe/lists/cool-js-proyects) list. Im leaving this repository public just to keep the commit history!## What is The Odin Project?
[The Odin Project](https://www.theodinproject.com/) it's a fullstack course made by the community and open-source. In this repository I'll save all my projects that I will do through the course.## Did you make this projects? Or just copied the code from the course?
I made them, 100% of the code! What I like about this course is that they give you an idea and some guidance about how to achieve the final product, but you have to write the 100% of the code by yourself, pretty cool right?## Can I contribute?
This repository is intended to showcase the projects that the course proposed, so accepting contributions this time feels like *cheating*. If you want to contribute to any of my other projects go ahead!## Project index
If you didn't see the project link [here](https://alesbe.github.io/the-odin-project/) is another one!
*Note: Usually projects escalate in complexity, so normally each project will be more interesting to watch than the previous one!*- **Recipies**: A plain HTML site featuring 3 recipies divided in multiple files.
- **Landing page**: A landing page prototype made with pure HTML and CSS.
- **Rock, paper, scissors, lizard, spock**: Awesome game made with pure JavaScript. Just go and enjoy.
- **Etch-a-Sketch**: If you've like the last one, you're gonna love this one. I had so much fun making this and also learned a lot. 100% recommended!
- **Calculator**: A vanilla JS calculator inspired by the iOS calculator design. [Here](https://github.com/alesbe/react-native-ios-calculator) is a more accurate design that I made with React Native.