-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a320073
commit 92d53b4
Showing
3 changed files
with
45 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,38 @@ | ||
<p align="center"><img src="../public/top-header-h.png" alt="felixtanhm-portfolio-the-odin-project" width="280"/></p> | ||
|
||
This folder stores the projects that were completed as part of the [**Foundations**](https://www.theodinproject.com/paths/foundations/courses/foundations) section of [The Odin Project](https://www.theodinproject.com/)'s curriculum. | ||
This folder stores the projects that were completed as part of the [**Foundations**](https://www.theodinproject.com/paths/foundations/courses/foundations) section of [**The Odin Project**](https://www.theodinproject.com/)'s curriculum. | ||
|
||
The Foundations section consists of the following projects, with each focusing on specific topics: | ||
## **Contents:** | ||
|
||
1. **Recipe Site:** Command Line Basics, Git Basics, Semantic HTML | ||
2. **Landing Page:** CSS Cascade, CSS Flexbox | ||
3. **Rock Paper Scissors:** Javascript Types, Conditionals, Functions | ||
4. **Etch A Sketch:** Javascript Arrays, Loops, DOM Manipulation | ||
5. **Calculator:** Javascript Objects | ||
- [Courses & Topics Covered](#) | ||
- [Completed Curriculum Projects](#) | ||
- [Reflections & Thoughts](#) | ||
|
||
### **Courses** | ||
|
||
| Course | Topics | | ||
| --------------------- | ------------------------------------------------------------------------------------ | | ||
| **Git Basics** | Command Line Basics, Git Basics, Github | | ||
| **HTML Basics** | Basic Elements, Lists, Links, Images | | ||
| **CSS Basics** | CSS Cascade, Box Model, Block, Inline, Flexbox | | ||
| **Javascript Basics** | Variables, Conditionals, Functions, Arrays, Loops, Objects, DOM Manipulation, Events | | ||
|
||
--- | ||
|
||
### **Curriculum Projects** | ||
|
||
> **\*Rating** : This is used to denote the degree of polish and effort beyond the minimum project specifications. | ||
| Project | Topic(s) | Repository | Preview | Rating\* | | ||
| ----------------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | -------- | | ||
| **Recipe Site** | Command Line Basics, Git Basics, Basic HTML | [Code](https://github.com/felixtanhm/my-odin-project/tree/main/foundations/01-recipe-site) | [Demo](https://felixtanhm.github.io/my-odin-projects/foundations/01-recipe-site) | ⭐ | | ||
| **Landing Page** | CSS Cascade, CSS Flexbox | [Code](https://github.com/felixtanhm/my-odin-project/tree/main/foundations/02-landing-page) | [Demo](https://felixtanhm.github.io/my-odin-projects/foundations/02-landing-page) | - | | ||
| **Rock Paper Scissors** | JS Basics: Types, Functions and Conditionals | [Code](https://github.com/felixtanhm/game-arcade) | [Demo](https://game-arcade.pages.dev/) | ⭐⭐⭐ | | ||
| **Etch-a-Sketch** | JS Basics: Arrays, Loops and DOM Manipulation | [Code](https://github.com/felixtanhm/my-odin-project/tree/main/foundations/04-etch-a-sketch) | [Demo](https://felixtanhm.github.io/my-odin-projects/foundations/04-etch-a-sketch) | ⭐⭐ | | ||
| **Calculator** | JS Basics: Objects | [Code](https://github.com/felixtanhm/my-odin-project/tree/main/foundations/05-calculator-%5BFINAL%5D) | [Demo](https://felixtanhm.github.io/my-odin-projects/foundations/05-calculator-%5BFINAL%5D) | ⭐⭐⭐ | | ||
|
||
> ⚠ Note : Rock Paper Scissors was combined as part of another project: [Game Arcade](https://github.com/felixtanhm/game-arcade). | ||
--- | ||
|
||
### Reflections & Thoughts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters