- Node.js: The runtime environment for executing JavaScript on the server side
- npm/yarn: Package managers for handling project dependencies.
- React: A JavaScript library for building user interfaces, serving as the backbone of the project's frontend.
- React Icons: Provides a collection of popular icons that can be easily integrated into React projects.
- Next.js: A React framework that enables functionality such as server-side rendering and generating static websites, which enhances SEO and improves performance.
- Tailwind CSS: A utility-first CSS framework for rapid UI development, allowing for highly customizable styling directly in the markup.
- TypeScript: A typed superset of JavaScript, used for writing clearer and more error-proof code by providing types and interfaces, compiling down to plain JavaScript
- Resend: An email API designed for developers, used for handling email sending capabilities within the application
- Vercel/Netlify: Recommended platforms for deploying Next.js applications, providing advantages like automatic builds, previews, and serverless functions
- [ ]
- [ ]
- [ ]
- [ ]
nextport
- npx create-next-app@latest
✔ Would you like to use TypeScript? … _No_ / Yes
✔ Would you like to use ESLint? … No / _Yes_
✔ Would you like to use Tailwind CSS? … No / _Yes_
✔ Would you like to use `src/` directory? … No / _Yes_
✔ Would you like to use App Router? (recommended) … No / _Yes_
✔ Would you like to customize the default import alias (@/*)? … _No_ / Yes
cd/next-port
- npm run dev
- Fork the Project
- Create your Branch (
git checkout -b my-branch
)- Commit your Changes (
git commit -m 'add my contribution'
)- Push to the Branch (
git push --set-upstream origin my-branch
)- Open a Pull Request
This project is licensed under MIT.