Skip to content

Commit 940a3a0

Browse files
authored
Update README.md
1 parent ff838cd commit 940a3a0

1 file changed

Lines changed: 25 additions & 20 deletions

File tree

README.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,41 @@
77

88
| Project | Topic(s) | Repository | Preview
99
| ----------------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------
10-
| **Recipe Site** | Command Line Basics, Git Basics, Basic HTML | [Code](https://github.com/reitenth/my-odin-projects/tree/main/foundations/01-recipe-site) | [Demo](https://felixtanhm.github.io/my-odin-projects/foundations/01-recipe-site)
11-
| **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)
12-
| **Rock Paper Scissors** | JS Basics: Types, Functions and Conditionals | [Code](https://github.com/felixtanhm/game-arcade) | [Demo](https://game-arcade.pages.dev/)
13-
| **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)
14-
| **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)
10+
| **Recipe Site** | Command Line Basics, Git Basics, Basic HTML | [Code](https://github.com/reitenth/my-odin-projects/tree/main/foundations/01-recipe-site) | [Demo]()
11+
| **Landing Page** | CSS Cascade, CSS Flexbox | [Code](https://github.com/felixtanhm/my-odin-project/tree/main/foundations/02-landing-page) | [Demo]()
12+
| **Rock Paper Scissors** | JS Basics: Types, Functions and Conditionals | [Code](https://github.com/felixtanhm/game-arcade) | [Demo]()
13+
| **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]()
14+
| **Calculator** | JS Basics: Objects | [Code](https://github.com/felixtanhm/my-odin-project/tree/main/foundations/05-calculator-%5BFINAL%5D) | [Demo]()
1515

1616
#### **💥 Full Stack JavaScript**
1717

1818
| Project | Topic(s) | Repository | Preview
1919
| ---------------------------- | ------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -----------------------------------------------------------------------------------------------
20-
| **Sign-up Form** | Forms | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/01-sign-up-form) | [Demo](https://felixtanhm.github.io/my-odin-projects/full-stack-javascript/01-sign-up-form/)
21-
| **Admin Dashboard** | CSS Grid | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/02-admin-dashboard) | [Demo](https://felixtanhm.github.io/my-odin-projects/full-stack-javascript/02-admin-dashboard/)
22-
| **Library** | Objects and Object constructors, OOP | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/03-library) | [Demo](https://felixtanhm.github.io/my-odin-projects/full-stack-javascript/03-library/)
23-
| **Tic Tac Toe** | Factory functions and module patterns | [Code](https://github.com/felixtanhm/game-arcade) | [Demo](https://game-arcade.pages.dev/)
24-
| **Restaurant Page** | ES6 modules, Webpack | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/05-restaurant-page) | WIP
20+
| **Sign-up Form** | Forms | WIP | WIP
21+
| **Admin Dashboard** | CSS Grid | WIP | WIP
22+
23+
| **Library** | Objects and Object constructors, OOP | WIP | WIP
24+
25+
| **Tic Tac Toe** | Factory functions and module patterns | WIP | WIP
26+
27+
| **Restaurant Page** | ES6 modules, Webpack | WIP | WIP
2528
| **Todo List** | SOLID principles | WIP | WIP
26-
| **Weather App** | Asynchronous JavaScript and APIs | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/07-weather-app) | WIP
27-
| **Recursion** | Recursion | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/08-recursion) | -
28-
| **Linked Lists** | Data structures and algorithms | WIP | -
29-
| **HashMap** | Data structures and algorithms | WIP | -
30-
| **Binary Search Trees** | Data structures and algorithms | WIP | -
31-
| **Knights Travails** | Data structures and algorithms | WIP | -
32-
| **Testing Practice** | Test Driven Development | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/13-testing-practice) | -
29+
| **Weather App** | Asynchronous JavaScript and APIs | WIP | WIP
30+
| **Recursion** | Recursion | WIP | WIP
31+
| **Linked Lists** | Data structures and algorithms | WIP | WIP
32+
| **HashMap** | Data structures and algorithms | WIP | WIP
33+
| **Binary Search Trees** | Data structures and algorithms | WIP | WIP
34+
| **Knights Travails** | Data structures and algorithms | WIP | WIP
35+
| **Testing Practice** | Test Driven Development | WIP | WIP
3336
| **Battleship** | Test Driven Development | WIP | WIP
3437
| **CV Application** | React | WIP | WIP
3538
| **Memory Card** | React Hooks | WIP | WIP
3639
| **Shopping Cart** | React Router, UI testing | WIP | WIP
37-
| **Basic Informational Site** | Basic Node.js, Express | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/18-basic-info-site) | [Demo](https://basic-info-site.up.railway.app/)
38-
| **Mini Message Board** | Basic Express, EJS, MVC | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/19-mini-msg-board) | [Demo](https://mini-msg-board.up.railway.app/)
39-
| **Forms and Deployment** | Express, Mongoose, EJS, Form-handling | [Code](https://github.com/felixtanhm/my-odin-projects/tree/main/full-stack-javascript/20-forms-and-deployment) | WIP
40+
| **Basic Informational Site** | Basic Node.js, Express | WIP | WIP
41+
42+
| **Mini Message Board** | Basic Express, EJS, MVC | WIP | WIP
43+
44+
| **Forms and Deployment** | Express, Mongoose, EJS, Form-handling | WIP | WIP
4045
| **Inventory Application** | Express, Mongoose | WIP | WIP
4146
| **Members Only** | Authentication, sessions, cookies | WIP | WIP
4247
| **Blog API** | APIs, JWTs | WIP | WIP

0 commit comments

Comments
 (0)