Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tqmvt/app-landing
landing page in next.js
https://github.com/tqmvt/app-landing
Last synced: about 2 months ago
JSON representation
landing page in next.js
- Host: GitHub
- URL: https://github.com/tqmvt/app-landing
- Owner: tqmvt
- License: mit
- Created: 2022-09-05T19:16:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T19:27:27.000Z (over 2 years ago)
- Last Synced: 2023-08-22T04:50:22.762Z (over 1 year ago)
- Language: TypeScript
- Size: 695 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Landing Page built with Next JS 12+, Tailwind CSS 3 and TypeScript
🚀 Landing Page written in Next.js, Tailwind CSS and TypeScript ⚡️ Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, VSCode, Netlify, PostCSS, Tailwind CSS.
```
.
├── README.md # README file
├── next.config.js # Next JS configuration
├── public # Public folder
│ └── assets
│ └── images # Image used by default template
├── src
│ ├── background # Atomic background component
│ ├── button # Atomic button component
│ ├── cta # Atomic cta component
│ ├── feature # Atomic feature component
│ ├── footer # Atomic footer component
│ ├── hero # Atomic hero component
│ ├── layout # Atomic layout component
│ ├── navigation # Atomic navigation component
│ ├── pages # Next JS pages
│ ├── styles # PostCSS style folder with Tailwind
│ ├── templates # Default template
│ └── utils # Utility folder
├── tailwind.config.js # Tailwind CSS configuration
└── tsconfig.json # TypeScript configuration
```