Skip to content

Commit f6b9856

Browse files
authored
Update README.md
1 parent d63344c commit f6b9856

File tree

1 file changed

+78
-27
lines changed

1 file changed

+78
-27
lines changed

README.md

Lines changed: 78 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,96 @@
1-
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).
1+
# Next.js Creative Portfolio Tutorial: Build Amazing Portfolio Website with Next.js, Three.js, and Tailwind CSS 🔥
22

3-
## Getting Started
3+
![GitHub stars](https://img.shields.io/github/stars/codebucks27/Next.js-Creative-Portfolio-Website?style=social&logo=ApacheSpark&label=Stars)  
4+
![GitHub forks](https://img.shields.io/github/forks/codebucks27/Next.js-Creative-Portfolio-Website?style=social&logo=KashFlow&maxAge=3600)  
5+
![Github Followers](https://img.shields.io/github/followers/codebucks27.svg?style=social&label=Follow)&nbsp;&nbsp;<br />
46

5-
First, run the development server:
7+
This repository contains **final code** for Next.js Creative Portfolio created using Next.js and Three.js. <br />
68

7-
```bash
8-
npm run dev
9-
# or
10-
yarn dev
11-
# or
12-
pnpm dev
13-
# or
14-
bun dev
15-
```
9+
For Demo checkout following link👇: <br />
10+
[Nextjs Creative Portfolio Website Demo](https://next-js-creative-portfolio-website.vercel.app/) <br />
1611

17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
12+
Starter Code Files👇: <br />
13+
➡ Link 💚: [Nextjs Creative Portfolio Website Final Code](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files) <br />
14+
<!--- ➡ Link 2💚(If you want to support): [Nextjs Creative Portfolio Website Final Code](https://codebucks.gumroad.com/l/ypzlu) <br /> --->
15+
16+
If you want to learn how to create it please follow below tutorial👇: <br />
17+
https://youtu.be/1QGLHOaRLwM <br />
18+
[![YouTube Video Views](https://img.shields.io/youtube/views/1QGLHOaRLwM?style=social)](https://youtu.be/1QGLHOaRLwM)<br />
19+
20+
---
21+
# ⭐DO NOT FORGET TO STAR THIS REPO⭐
22+
---
23+
24+
## Images of The Portfolio Website:
25+
26+
#### Home
27+
![Nextjs Creative Portfolio Website](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/Home-desktop.png)
28+
29+
#### About
30+
![Nextjs Creative Portfolio Website About Page](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/About-desktop-full.png)
31+
32+
#### Projects
33+
![Next.js Creative Portfolio Website Projects Page](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/Projects-desktop.png)
1834

19-
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
35+
#### Contact
36+
![Next.js Creative Portfolio Website Contact Page](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/Contact-desktop.png)
2037

21-
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
38+
#### Mobile Version
39+
![Next.js Creative Portfolio Website Contact Page](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/Home-mobile.png)
40+
![Next.js Creative Portfolio Website Contact Page](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/About-mobile.png)
41+
![Next.js Creative Portfolio Website Contact Page](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/Projects-mobile.png)
42+
![Next.js Creative Portfolio Website Contact Page](https://github.com/codebucks27/Nextjs-Creative-Portfolio-Starter-Code-Files/blob/main/website%20images/Contact-mobile.png)
2243

23-
## Learn More
44+
## Resources Used in This Project
2445

25-
To learn more about Next.js, take a look at the following resources:
46+
#### 3D Models
2647

27-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
48+
- ["Tim Mckee - Boy Wizard"](https://skfb.ly/6YATu) by [elbertwithane is licensed under Creative Commons Attribution ](http://creativecommons.org/licenses/by/4.0/).
49+
- ["Stylized wizard hat"](https://skfb.ly/ozxOQ) by [Enkarra is licensed under Creative Commons Attribution](http://creativecommons.org/licenses/by/4.0/).
50+
- ["Wizard Staff"](https://skfb.ly/6QYZw) by [Toymancer Studio is licensed under Creative Commons Attribution](http://creativecommons.org/licenses/by/4.0/).
2951

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

32-
## Deploy on Vercel
54+
- Created with the help of [Playground AI](https://playgroundai.com/)
3355

34-
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.
56+
#### Github Stats & Details
3557

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
58+
- [Github ReadMe Stats](https://github.com/anuraghazra/github-readme-stats)
59+
- [Skills Icons](https://github.com/tandpfun/skill-icons)
60+
- [Github Readme Streak Stats](https://github.com/denvercoder1/github-readme-streak-stats)
3761

62+
#### Development Resources
3863

39-
### 3d Models From:
64+
- Fonts from [Google Fonts](https://fonts.google.com/) <br />
65+
- Icons from [Lucide Icons](https://lucide.dev/) <br />
66+
- Notifications from [Sonner](https://sonner.emilkowal.ski/) <br />
67+
- Form created using [react-hook-form](https://react-hook-form.com/) <br />
68+
- Animations using [framer-motion](https://www.framer.com/motion/) <br />
69+
- Emails using [Emailjs](https://www.emailjs.com/) <br />
70+
- Convert 3d models to JSX using [Gltf JSX](https://github.com/pmndrs/gltfjsx)
4071

41-
- Wizard Boy - https://sketchfab.com/3d-models/tim-mckee-boy-wizard-900beec6d3504d51ade81cb5c052163b
72+
#### Audio
4273

43-
- Wizard Hat - https://sketchfab.com/3d-models/stylized-wizard-hat-f59021d602334367987bcd7657cec722
74+
- Music by <a href="https://pixabay.com/users/shidenbeatsmusic-25676252/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=20772">Shiden Beats Music</a> from <a href="https://pixabay.com/music//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=20772">Pixabay</a>
4475

45-
- Wizard Staff - https://sketchfab.com/3d-models/wizard-staff-873f596fb3cc44998cb75a3dce60181f
76+
---
77+
78+
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).
79+
80+
## Getting Started
81+
82+
First, install the dependencies and run the development server:
83+
84+
```bash
85+
npm run install # to install all dependencies
86+
87+
npm run dev
88+
# or
89+
yarn dev
90+
# or
91+
pnpm dev
92+
# or
93+
bun dev
94+
```
95+
96+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 commit comments

Comments
 (0)