Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 574 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 574 Bytes

React + TypeScript + Vite

🚀 First project on the journey to learn ReactJS and Typescript

🧐 Summary

• It's a simple project to introduce new knowledge. I'm a dev with experience in the Vue ecosystem and some concepts are very similar, which makes learning easier.
• The main focus was to exercise basic knowledge through a list of tasks with crud methods such as: add, remove or update.

🛠️ Tech stack

• This project was created with Vite and used some react hooks in addition to local storage.
• Also was used CSS and HTML concepts.