Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivah12/github-website-clone

The main Github website clone using NextJs and Typescript for learning different element structure
https://github.com/shivah12/github-website-clone

github-clone nextjs tailwindcss typescript

Last synced: 12 days ago
JSON representation

The main Github website clone using NextJs and Typescript for learning different element structure

Awesome Lists containing this project

README

        

# GitHub Website Clone

This project is a clone of the GitHub website, designed to mimic the look and feel of the original site. It showcases the use of modern web development technologies to recreate a familiar and user-friendly interface.

## Tech Stack

- **Frontend:** [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/)
- **Language:** [TypeScript](https://www.typescriptlang.org/)

## Getting Started

### Prerequisites

- Node.js (>=12.x)
- npm or yarn

### Installation

1. **Clone the repository:**

```bash
git clone https://github.com/shivah12/github-website-clone.git
cd github-website-clone

2. **Install dependencies:**

```bash
npm install
# or
yarn install

2. **Run the development server:**

```bash
npm run dev
# or
yarn dev

Open http://localhost:3000 to view the application in the browser.