Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. π¦
- Host: GitHub
- URL: https://github.com/ladunjexa/nextjs13-github
- Owner: ladunjexa
- License: mit
- Created: 2023-07-10T16:52:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:21:31.000Z (9 months ago)
- Last Synced: 2024-05-13T19:38:28.468Z (9 months ago)
- Topics: cobe, framer-motion, github-clone, nextjs-application, react-spring, typescript-nextjs, uuid
- Language: TypeScript
- Homepage: https://nextjs13-github.vercel.app/
- Size: 14.9 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub Homepage template built with Next.js, TypeScript and TailwindCSS.
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)
## :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
```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.
## :camera: Screenshots
## :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## :warning: License
Distributed under the MIT License. See [LICENSE.txt](https://github.com/ladunjexa/GitHub-Webpage/blob/main/LICENSE) for more information.
## :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)
## :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/)