codeScourge / TOP-legacy-todo

Home Page:https://top-legacy-todo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💭The project: TOP-legacy-todo

This repo is a small assignement from the odin project, which had us build a todo-app with typical features such as adding, deleting, and editing tasks, all while using legacy (class based) ReactJS code. Later I used concepts from other lessons (see "what I learned") to enhance the existing todo app.

🖥️ demo

The project was deployed on Vercel, you can check it out here!

screenshot

🪼 what I learned

  1. how to read and write legacy React code
  2. refreshed and build a solid foundation in using JavaScript Objects
  3. deepened my understanding of the JavaScript class syntax
  4. gave me insights in how ReactJS works under the hood
  5. how to add types to my React components using the "prop-types" library
  6. using the "react-router-dom" library to add routes on a Single Page Application

About

https://top-legacy-todo.vercel.app

License:MIT License


Languages

Language:JavaScript 74.4%Language:SCSS 22.1%Language:HTML 3.5%