NEXT JS
What is Next JS?
Next Js is an open-source react framework for building full-stack web applications. It's designed to build react application with server-side rendering(SSR) and other advanced feature.
Under the hood, Next.js also abstracts and automatically configures tooling needed for React, like bundling, compiling, and more. This allows you to focus on building your application instead of spending time with configuration.
Main Features
Routing
Rendering
Data-Fetching
Styling
Optimizations
Learn Next
You can learn next js 14 from here.
Installations
To get started, checkout the Installation guide.
Note : This project is also built with Next JS (GitHub Link).