https://github.com/dkzhen/portofolio-nextjs
Website portofolio with framework nextjs-tailwindcss
https://github.com/dkzhen/portofolio-nextjs
Last synced: about 1 month ago
JSON representation
Website portofolio with framework nextjs-tailwindcss
- Host: GitHub
- URL: https://github.com/dkzhen/portofolio-nextjs
- Owner: dkzhen
- Created: 2022-11-20T06:48:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T04:31:47.000Z (about 2 years ago)
- Last Synced: 2023-04-28T12:33:25.980Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://www.zhen.biz.id
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Portfolio Website With Simple Desain🐳
# Features
- Responsive layout, works well on both Mobile and Desktop
- Dark mode support. Click buttons to toggle dark mode and light mode.
- Clear React components and tailwind styling.
- Exact sections that a developer needs to showcase their skills.
- Clear call to actions.# Pages
I've kept the pages as simple as possible. Only the required sections are included with minimal content.
# Usage
- Clone the repository using `git clone https://github.com/dkzhen/portofolio-nextjs.git`
- Install all the modules by using `npm i` or `npm install` or `yarn`
- Run the local development server by using `npm run dev` or `yarn dev`
- Make the required edits and deploy to YOUR GitHub repo for CI/CD.# Deployment
Deployment can be done in 3 easy steps.
- Login to [Vercel](https://vercel.com) or signup for an account if you don't have one.
- Create a `New Project` and select YOUR GitHub repository of the portfolio project.
- Wait for Vercel to deploy your project to production.# License
This template is completely open source and free to use. Use it for client projects or your own portfolio project.
# Support