Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seyitbugraerden/next15-landingpage
Next@15 | React@19
https://github.com/seyitbugraerden/next15-landingpage
netxjs react tailwindcss
Last synced: about 1 month ago
JSON representation
Next@15 | React@19
- Host: GitHub
- URL: https://github.com/seyitbugraerden/next15-landingpage
- Owner: seyitbugraerden
- License: mit
- Created: 2024-09-17T21:58:16.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T22:21:33.000Z (about 1 month ago)
- Last Synced: 2024-12-18T11:10:05.495Z (about 1 month ago)
- Topics: netxjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://next15-landing-page-chi.vercel.app
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Landing Page using Next.js@15
![FireShot Capture 018 - Create Next App - localhost](https://github.com/user-attachments/assets/0e85a7f8-94f9-4216-a5e0-62b093045c5c)
# :notebook_with_decorative_cover: Table of Contents
- [Folder Structure](#bangbang-folder-structure)
- [Getting Started](#toolbox-getting-started)
- [Screenshots](#camera-screenshots)
- [Tech Stack](#gear-tech-stack)
- [Stats](#wrench-stats)
- [Contribute](#raised_hands-contribute)
- [Acknowledgements](#gem-acknowledgements)
- [Follow Me](#rocket-follow-me)
- [Learn More](#books-learn-more)
- [Deploy on Vercel](#page_with_curl-deploy-on-vercel)
- [Give A Star](#star-give-a-star)## :bangbang: Folder Structure
Here is the folder structure of this app.
```bash
Next15-LandingPage/
|- components/
|- app/
|-- fonts/
|-- global.css
|-- app.tsx
|-- layout.tsx
|- public/
|- .eslintrc.json
|- .gitignore
|- next.config.js
|- package-lock.json
|- package.json
|- postcss.config.js
|- tailwind.config.js
|- tsconfig.js
```
## :toolbox: Getting Started
1. Make sure **Git** and **NodeJS** is installed.
2. Clone this repository to your local computer.
3. Open terminal in root directory. Run `npm install --legacy-peer-deps` or `yarn install --legacy-peer-deps`.
4. Now app is fully configured 👍 and you can start using this app using `npm run dev` or `yarn dev`.
## :camera: Screenshots:
![Hero Section](https://github.com/user-attachments/assets/2853cf8b-1051-4cf4-8ff9-32eb720896b4)
![About Section](https://github.com/user-attachments/assets/0de8ec94-8968-4f7e-9158-ea1a3f517ad4)
![Features Section](https://github.com/user-attachments/assets/729e0306-bf5d-4472-b9d4-3a577fbca04a)
![Pricing Section](https://github.com/user-attachments/assets/98125a2e-6c3d-4283-83cf-0f2a403e99f2)
![Footer Section](https://github.com/user-attachments/assets/01367f89-e297-4e6b-b8fb-1bcfb5b198d2)
## :gear: Tech Stack
[![React JS](https://skillicons.dev/icons?i=react "React JS")](https://react.dev/ "React JS") [![Next JS](https://skillicons.dev/icons?i=next "Next JS")](https://nextjs.org/ "Next JS") [![JavaScript](https://skillicons.dev/icons?i=ts "Typescript")](https://developer.mozilla.org/en-US/docs/Web/Typescript "Typescript") [![Tailwind CSS](https://skillicons.dev/icons?i=tailwind "Tailwind CSS")](https://tailwindcss.com/ "Tailwind CSS") [![Vercel](https://skillicons.dev/icons?i=vercel "Vercel")](https://vercel.com/)
## :wrench: Stats
![Screenshot_1](https://github.com/user-attachments/assets/af7d7dea-b3f2-4cda-aa03-b656f8c10937)
## :raised_hands: Contribute
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
## :gem: Acknowledgements
Useful resources and dependencies that are used in Modern Portfolio.
### Production Dependencies
- [@next/font](https://www.npmjs.com/package/@next/font): ^15.0
- [next](https://www.npmjs.com/package/next): 15.0
- [react](https://www.npmjs.com/package/react): 19.0
- [react-countup](https://www.npmjs.com/package/react-countup): ^6.5.3
- [react-dom](https://www.npmjs.com/package/react-dom): 19.0
- [lucide-react](https://www.npmjs.com/package/lucide-react): ^0.441.0### Development Dependencies
- [@types/node](https://www.typescriptlang.org/): ^20
- [@types/react](https://www.typescriptlang.org/): ^18
- [@types/react-dom](https://www.typescriptlang.org/): ^18
- [eslint](https://www.npmjs.com/package/eslint): ^8
- [eslint-config-next](https://www.npmjs.com/package/eslint-config-next): 15.0
- [postcss](https://www.npmjs.com/package/postcss): ^8
- [tailwindcss](https://www.npmjs.com/package/tailwindcss): ^3.4.1
- [typescript](https://www.typescriptlang.org/): ^5## :rocket: Follow Me
[![GitHub followers](https://img.shields.io/github/followers/seyitbugraerden?style=social&label=Follow&maxAge=2592000)](https://github.com/seyitbugraerden "Follow Me")
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https://x.com/bugrakisisi)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsanidhyy%2Fmodern-portfolio "Tweet")
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@SfenksMotovlog "Subscribe my Channel")## :books: 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!
## :page_with_curl: 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 [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## :star: Give A Star
You can also give this repository a star to show more people and they can use this repository.