Days-of-React

Day 1

Simple Todo App

A todo app built completely using class based components and state. [Code]



ReactJS, Sass, Parcel, JSX
Day 2

Lifecycle Tracker

A simple counter app that helps understand class based components and their different lifecycle methods. [Code]



ReactJS, CSS, Parcel, JSX
Day 3

ID Card Generator

An application built using functional components, with introduction to the useState hook. [Code]



ReactJS, useState(), Sass, Parcel, JSX
Day 4

Modal

A modal component with introduction to Portals, Fragments, useState and useEffect. [Code]



ReactJS, useState(), useEffect(), Portals, CSS, Parcel, JSX
Day 5

Shopping Cart

A simple shopping cart application built using class based components and the Context API. [Code]



ReactJS, Context API, CSS, Parcel, JSX