Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ladunjexa/nextjs13-github

A Next.js GitHub Homepage template that incorporates powerful and popular libraries and practices. Developed using TypeScript with Next.js, TailwindCSS, Framer Motion and React Spring. πŸ¦„
https://github.com/ladunjexa/nextjs13-github

cobe framer-motion github-clone nextjs-application react-spring typescript-nextjs uuid

Last synced: 3 months ago
JSON representation

A Next.js GitHub Homepage template that incorporates powerful and popular libraries and practices. Developed using TypeScript with Next.js, TailwindCSS, Framer Motion and React Spring. πŸ¦„

Awesome Lists containing this project

README

        




GitHub Homepage template built with Next.js, TypeScript and TailwindCSS.



made by @ladunjexa


license


contributors


last update


forks


stars


open issues


prs welcome


View Demo
Β·
Documentation
Β·
Report Bug
Β·
Request Feature



# :notebook_with_decorative_cover: Table of Contents

- [About the Project](#star2-about-the-project)
- [Folder Structure](#bangbang-folder-structure)
- [Tech Stack](#space_invader-tech-stack)
- [Getting Started](#toolbox-getting-started)
- [Installation](#gear-installation)
- [Run Locally](#running-run-locally)
- [Screenshots](#camera-screenshots)
- [Contributing](#wave-contributing)
- [License](#warning-license)
- [Contact](#handshake-contact)
- [Acknowledgements](#gem-acknowledgements)

## :star2: About the Project





Next.js has the potential to revolutionize the industry and forever change the way we develop web applications. You’re still early in catching the trend and building your own Next.js 13 applications with TypeScript that leverage features such as server-side rendering and the app router.

This repository houses an amazing Frontend Next.js 13 Application which simulates the homepage of ***GitHub*** using Next.js, TypeScript, and TailwindCSS, combining powerful tools to deliver a responsive and user-friendly experience.

### :bangbang: Folder Structure

Here is the code folder structure.
```
src/
β”œβ”€β”€ @types/
β”‚ └── index.ts
β”œβ”€β”€ app/
β”‚ β”œβ”€β”€ favicon.ico
β”‚ β”œβ”€β”€ globals.css
β”‚ β”œβ”€β”€ layout.tsx
β”‚ └── page.tsx
β”œβ”€β”€ assets/
β”‚ └── icons/
| └── ...
β”œβ”€β”€ components/
β”‚ β”œβ”€β”€ atoms/
β”‚ β”‚ β”œβ”€β”€ AnimatedAnchor.tsx
β”‚ β”‚ β”œβ”€β”€ AnimatedUnderline.tsx
β”‚ β”‚ β”œβ”€β”€ AtomsSec.tsx
β”‚ β”‚ β”œβ”€β”€ BranchPicture.tsx
β”‚ β”‚ β”œβ”€β”€ CopilotBlock.tsx
β”‚ β”‚ β”œβ”€β”€ HTMLBlock.tsx
β”‚ β”‚ β”œβ”€β”€ Picture.tsx
β”‚ β”‚ └── index.ts
β”‚ β”œβ”€β”€ layout/
β”‚ β”‚ β”œβ”€β”€ navbar/
| | | β”œβ”€β”€ options/
| | | | β”œβ”€β”€ OpenSource.tsx
| | | | β”œβ”€β”€ Product.tsx
| | | | └── Solutions.tsx
| | | β”œβ”€β”€ utils/
| | | | β”œβ”€β”€ NavListItem.tsx
| | | | └── StickyNavbar.ts
| | | └── index.tsx
β”‚ β”‚ β”œβ”€β”€ footer/
| | | └── index.tsx
| | └── index.ts
β”‚ β”œβ”€β”€ sections/
β”‚ β”‚ β”œβ”€β”€ Hero.tsx
β”‚ β”‚ β”œβ”€β”€ Productivity.tsx
β”‚ β”‚ β”œβ”€β”€ Collaboration.tsx
β”‚ β”‚ β”œβ”€β”€ Security.tsx
β”‚ β”‚ └── index.ts
β”‚ └── widgets/
β”‚ β”œβ”€β”€ BranchProd.tsx
β”‚ β”œβ”€β”€ BranchCollab.tsx
β”‚ β”œβ”€β”€ BranchSec.tsx
β”‚ β”œβ”€β”€ CollabDialog.tsx
β”‚ β”œβ”€β”€ Copilot.tsx
β”‚ β”œβ”€β”€ Earth.tsx
β”‚ β”œβ”€β”€ Globe.tsx
β”‚ β”œβ”€β”€ IDE.tsx
β”‚ β”œβ”€β”€ InteractiveCard.tsx
β”‚ └── index.ts
β”œβ”€β”€ data/
| └── index.js
β”œβ”€β”€ lib/
| β”œβ”€β”€ hooks/
| | β”œβ”€β”€ useFloat.tsx
| | └── useNav.tsx
| β”œβ”€β”€ GenerateContainer.tsx
β”‚ └── index.ts
β”œβ”€β”€ .eslintrc.json
β”œβ”€β”€ .gitignore
β”œβ”€β”€ next-env.d.ts
β”œβ”€β”€ next.config.js
β”œβ”€β”€ package.json
β”œβ”€β”€ postcss.config.js
β”œβ”€β”€ tailwind.config.js
└── tsconfig.json
```

### :space_invader: Tech Stack

[![Tech](https://skillicons.dev/icons?i=ts,react,nextjs,tailwind)](https://skillicons.dev)

(back to top)

## :toolbox: Getting Started

### :gear: Installation

#### Step 1:
Download or clone this repo by using the command below:

```bash
https://github.com/ladunjexa/GitHub-Webpage.git
```

#### Step 2:

This webapp using NPM (Node Package Manager), therefore, make sure that Node.js is installed by execute the following command in console:

```bash
node -v
```

#### Step 3:

In root folder execute the following command to get the required packages:

```bash
npm install
```

### :running: Run Locally

#### Step 1:

Go to root folder and execute the following command in order to run the webapp:

```bash
npm run dev
```

(back to top)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

### Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

### Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

### Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

(back to top)

## :camera: Screenshots

















(back to top)

## :wave: Contributing



Contributions are always welcome!

See [`contributing.md`](https://contributing.md/) for ways to get started.

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## :warning: License

Distributed under the MIT License. See [LICENSE.txt](https://github.com/ladunjexa/GitHub-Webpage/blob/main/LICENSE) for more information.

(back to top)

## :handshake: Contact

Liron Abutbul - [@lironabutbul6](https://twitter.com/lironabutbul6) - [@ladunjexa](https://t.me/ladunjexa)

Project Link: [https://github.com/ladunjexa/GitHub-Webpage](https://github.com/ladunjexa/GitHub-Webpage)

(back to top)

## :gem: Acknowledgements

This section used to mention useful resources and libraries that used in Flexibble Web project.

- [NextJS](https://nextjs.org/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [UUID](https://www.npmjs.com/package/uuid)
- [Cobe](https://cobe.vercel.app/)
- [React Spring](https://www.react-spring.dev/)
- [Framer Motion](https://www.framer.com/motion/)

(back to top)