An open API service indexing awesome lists of open source software.

https://github.com/iamsjunaid/intract_academy


https://github.com/iamsjunaid/intract_academy

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Intract Academy

This is a simple Next.js project that displays the details of the Interact Academy.

## Table of Contents

- [Next.js Interact Academy Card](#nextjs-Interact Academy-card)
- [Table of Contents](#table-of-contents)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [File Structure](#file-structure)
- [Customization](#customization)
- [Contributing](#contributing)
- [License](#license)

## Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

- Node.js (version 12 or higher)
- npm or yarn

### Installation

1. **Clone the repository:**

```bash
git clone https://github.com/iamsjunaid/interact_academy.git
cd interact_academy
```

2. **Install dependencies:**

```bash
npm install
```

or

```bash
yarn install
```

3. **Run the development server:**

```bash
npm run dev
```

or

```bash
yarn dev
```

4. **Open your browser and navigate to:**

```
http://localhost:3000
```

## Usage

You can use this project to display the details of the Interact Academy.

## Live Demo

You can view a live demo of this project [here](https://intract-academy-h2ud022ko-junaid-syeds-projects.vercel.app).