/nextport

Primary LanguageJavaScriptMIT LicenseMIT

Next Port

{}
» submit a suggestion · » report a bug · » contact

GitHub forks GitHub stars

CI GitHub Pull Request (open) GitHub last commit GitHub License contributions welcome

🕹 Table of Content

  1. About
  2. Documentation
  3. Contributing
  4. License

🌻 About

🛠️ Tech Stack

➕ Development Tools

  • Node.js: The runtime environment for executing JavaScript on the server side
  • npm/yarn: Package managers for handling project dependencies.

➕ Frontend

  • 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.

➕ Backend

  • 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

➕ Deployment

  • Vercel/Netlify: Recommended platforms for deploying Next.js applications, providing advantages like automatic builds, previews, and serverless functions

🍄 Features

  • [ ]
  • [ ]

  • [ ]
  • [ ]

🌵 Documentation

🍯 Setup

Next.js

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

🍎 Development

🌾 Contributing

  1. Fork the Project
  2. Create your Branch (git checkout -b my-branch)
  3. Commit your Changes (git commit -m 'add my contribution')
  4. Push to the Branch (git push --set-upstream origin my-branch)
  5. Open a Pull Request

📝 License

This project is licensed under MIT.