TSAI NEI YUAN

Posts

My works

  • 100DaysOfCode - Day13 Cart

    This project is based on Day12. In this project, I need to be able to add items into the shopping cart and cart information will update. Also, I will need to be able to delete item and clear all items.

    This is my project: Day13_cart and my code

    After I have all of these set up,...

  • 100DaysOfCode - Day 12 Todolist

    This project is difficult than I expected. I spend days writing it. This project uses the concept of localStorage. Though I learned about it in JS30, I need to refresh my memory. I watch that video on JS30 again and it helps me a lot.

    I learn that it’s important to always review the things I write.

    ...