This is a Next.js project bootstrapped with create-next-app.
- Learned some important facts about NextJS
- Installation and Project Setup
- Explored file and folder structure
- Types of components, components inside a components
- Components called as a function
- Implemented state
- Implement events
- Server side rendering vs Client side rendering
- Incorporated 'use client' to apply an event