https://github.com/iamsjunaid/intract_academy
https://github.com/iamsjunaid/intract_academy
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamsjunaid/intract_academy
- Owner: iamsjunaid
- License: mit
- Created: 2024-07-06T05:26:50.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-08T12:00:25.000Z (about 2 years ago)
- Last Synced: 2025-01-13T14:53:48.439Z (over 1 year ago)
- Language: JavaScript
- Size: 9.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).