Skip to content

Commit

Permalink
add project template section and mark incomplete projects as X
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed May 4, 2024
1 parent 099b917 commit dc4cc8a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| **Calculator** | JavaScript Basics | [Code](https://github.com/creme332/my-odin-projects/tree/main/calculator) | [Demo](https://creme332.github.io/my-odin-projects/calculator/) ||
| **Calculator 2.0** | JavaScript Basics | [Code](https://github.com/creme332/abacusLite) | [Demo](https://creme332.github.io/abacusLite/) | ⭐⭐⭐ |

🎉 Check out my [my blog post](https://creme332.github.io/creamy-notes/posts/odin-foundations/) where I shared my experience with this course.
Check out my [my blog post](https://creme332.github.io/creamy-notes/posts/odin-foundations/) where I shared my experience with the Foundations course.

# 🚀 Full Stack JavaScript

Expand Down Expand Up @@ -39,8 +39,14 @@
| **Forms and Deployment** | Express, Mongoose, Pug, Form-handling | [Code](https://github.com/creme332/my-odin-projects/tree/main/forms-and-deployment) | - | - |
| **Inventory Application** | Express, Mongoose | [Code](https://github.com/creme332/invento) | [Demo](https://invent0.web.app/) | ⭐⭐ |
| **Members Only** | Authentication, sessions, cookies | [Code](https://github.com/creme332/art98) | [Demo](https://art98.vercel.app/) | ⭐⭐⭐ |
| **Blog API** | APIs, JWTs | Soon | Soon | |
| **Messaging App** | Full-stack | Soon | Soon | |
| **Odin-Book** | Final project | Soon | Soon | |
| **Blog API** | APIs, JWTs | [Code](https://github.com/creme332/bluuug) | | |
| **Messaging App** | Full-stack | | | |
| **Odin-Book** | Final project | | | |

I am almost done with this course and as soon as I complete it I will write about it in [my blog](https://creme332.github.io/creamy-notes/).
# Project templates

Throughout this course I have also created some repository templates for setting up my projects:
1. https://github.com/creme332/basic-web-template
1. https://github.com/creme332/webpack-template
1. https://github.com/creme332/cra-template
2. https://github.com/creme332/mantine-next-template

0 comments on commit dc4cc8a

Please sign in to comment.