Next.js projectsetup
run npx create-next-app@latest eventmanagementapp
choose typescript yes
use ESLint yes
use tailwind yes
use src directory no
use app router no (we are using page routing)
use Turbopack yes
customize the import alias yes and use the default(@/*)
we are going to use react-icons so before implementing the project run this command in the terminal: npm install react-icons (in the root directory)