Skip to content

SlitheryMender/landeed-takehome-fe

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

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.

(back to top)

Getting Started

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.

Prerequisites

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

Installation

  1. Clone the repo

    git clone https://github.com/SlitheryMender/landeed-takehome-fe
  2. To install the dependencies of the project

  • install dependencies
    npm install

(back to top)

Usage

To start the project in dev mode,

npm run dev

To start the project normally, please build before using.

  1. To build the project,
npm run build
  1. To start the project,
npm start

(back to top)

Contact

Bharath Reddy - [email protected]

Project Link: https://github.com/SlitheryMender/landeed-takehome-fe

(back to top)

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published