Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shivah12/github-website-clone
- Owner: shivah12
- License: apache-2.0
- Created: 2024-08-01T08:02:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T19:49:21.000Z (4 months ago)
- Last Synced: 2024-08-03T20:50:42.854Z (4 months ago)
- Topics: github-clone, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://github-website-clone.vercel.app
- Size: 2.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-clone2. **Install dependencies:**
```bash
npm install
# or
yarn install2. **Run the development server:**
```bash
npm run dev
# or
yarn devOpen http://localhost:3000 to view the application in the browser.