This is a Next.js project bootstrapped with create-next-app. The app includes basic setup and configuration to start building a web application.
To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/Kennius7/assessment-app.git
-
Navigate to the project folder:
cd assessment-app -
Install dependencies:
npm install
-
Run the development server:
npm run dev
This will start the app at
http://localhost:3000on your browser.
You can edit the main page by modifying app/page.tsx. The page will automatically update as you make changes.
For more information about Next.js and how to use it, check out the official documentation:
The app can easily be deployed using Vercel. Refer to the Next.js Deployment Docs for more details.