Skip to content

This is my personal website resume and portfolio built by NextJS and NextUI using Typescript

License

Notifications You must be signed in to change notification settings

laroybafi/my-portfolio-tsx

Repository files navigation

my-portfolio-tsx

Project Overview

This project is built using NextJS 13 and NextUI 2.0

  • app/* - All static pages.
  • components/* - Various components used throughout the site.
  • layouts/* - The different layout options available to use on each page.
  • public/* - Static assets including robots.txt
  • data/* - a simple object containing global data about the site.

This is a Next.js project bootstrapped with create-next-app. Initiate project : bash npx create-next-app -e https://github.com/nextui-org/next-app-template

Getting Started

First, Install the node modules

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

This is my personal website resume and portfolio built by NextJS and NextUI using Typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published