mojotron / cv-application

Learning React by building cv helper app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume Builder App

This project is part of The Odin Project curriculum. Goal of this project is to learn basics of React library by creating simple Resume builder application.

Live preview of this project, hosted by Github Pages.

What have I learned (May 2022)

  • What is react and why to use it
  • Starting project with create-react-app toolchain
  • React project file organization
  • JSX syntax
  • rendering elements
  • class and functional components
  • props and state
  • handling events with class components (not with hooks)
  • conditional rendering
  • event delegation in react

Version 2 Refactor and upgrade (January 2024)

  • migrate from CRA to vite
  • use zustand to manage global state
  • refactor class components to functional
  • use react hooks instead lifecycle methods
  • add typescript
  • style with tailwind
  • add unit test
  • use local storage to keep state

About

Learning React by building cv helper app


Languages

Language:TypeScript 97.9%Language:CSS 1.0%Language:HTML 0.7%Language:JavaScript 0.4%