/ap-task

Primary LanguageTypeScript

AP Task

This project is built using Next.js, a powerful React framework, and styled using the TailwindCSS framework. For UI components, shadcn/ui library has been utilized.

Getting Started

Prerequisites

Before running the project, make sure you have Node.js installed on your system. This includes npm, which is needed to install dependencies and run the project.

Installation

  1. Clone the Repository

    First, clone the repository to your local machine using:

    git clone https://github.com/d-e-v-esh/ap-task.git
  2. Install Dependencies

    Navigate to the project directory and install the required dependencies:

    Using npm:

    npm install

    Or using yarn:

    yarn install

Running the Development Server

After installing the dependencies, start the development server:

Using npm:

npm run dev

Or using yarn:

yarn dev

Viewing the Application

Open http://localhost:3000 in your browser to view the application. The development server will automatically reload if you make any changes to the source files.