Portfolio V2

screenshot of Portfolio V2
nextjs
react
tailwind
headless-ui

Website portofolio menggunakan next js dan tailwind , terinspirasi dari wisesa.dev

Overview:

This article provides a guide on how to get started with Next.js, a popular web development framework. It explains the steps to run the development server, modify pages, access API routes, and provides additional resources for learning more about Next.js and deploying the app.

Features:

  • Development Server: Run the development server to start working on the Next.js app.
  • Page Modification: Edit the pages/index.js file to make changes to the page, and see the auto-updates.
  • API Routes: Access API routes on http://localhost:3000/api/hello, and modify the endpoint in pages/api/hello.js.
  • API Directory: The pages/api directory is treated as API routes instead of React pages.
  • Next.js Documentation: Learn about Next.js features and API from the official documentation.
  • Learn Next.js Tutorial: An interactive tutorial for learning Next.js.
  • Next.js GitHub Repository: Explore the Next.js GitHub repository for feedback and contributions.
  • Vercel Deployment: Deploy the Next.js app easily using the Vercel Platform.

Summary:

This article provides a comprehensive guide on getting started with Next.js, a popular web development framework. It explains the steps to run the development server, modify pages and API routes, and provides additional resources for learning more about Next.js and deploying the app using Vercel. Overall, it is a useful resource for developers looking to start building with Next.js.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

landing-page
Landing Page

A landing page is a standalone web page designed to promote a specific product, service, or offer. Landing pages are used in marketing campaigns to drive conversions and increase revenue, and typically include a clear call to action, minimal distractions, and a focus on the benefits of the product or service.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.