Table of Contents
This frontend project aims at supporting dynamic form configuration and also rendering the form based on the configuration stored on the backend.
This project uses nextJS and node v18.17 or higher. Please make sure to use the correct node version.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
The project requires node v18.17 or higher and it can be installed using
- npm
npm install npm@latest -g
To check if node is installed correctly, please check the version of node.
- node
node --version
-
Clone the repo
git clone https://github.com/SlitheryMender/landeed-takehome-fe
-
To install the dependencies of the project
- install dependencies
npm install
To start the project in dev mode,
npm run dev
To start the project normally, please build before using.
- To build the project,
npm run build
- To start the project,
npm start
Bharath Reddy - [email protected]
Project Link: https://github.com/SlitheryMender/landeed-takehome-fe
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!