Skip to content

Dandy-CP/WebPortfolio

Repository files navigation

Personal Web Portfolio With Blog

HEY, I_M DANDY CANDRA

Hey Everyone !! I'm Dandy Candra and this my Personal Portfolio Website using for show my resume, store my independent projects, and writing My Personal Blog

This website built using Next.JS, Styled Components and Golang for the Rest API

Link for Demo : https://dandycandra.vercel.app/

UI and Design inspired By Brayden Wright

All of doodle is draw by my self using adobe illustrator.

Tech Stack

Frontend: Next JS

Backend: Golang

Styling: Styled Components

Database: PostgreSQL

State Management: Redux

Rich Text Editor: TinyMCE

Code Highlighting: Prism

Comment System: Disqus

Deploy: Vercel

Features

  • Lovely UI and Design
  • Store Personal Project
  • Blog
  • Admin Login
  • Add Own Content
  • Edit Posted Content
  • Remove Posted Content

Run Locally

Clone the project

  git clone https://github.com/Dandy-CP/WebPortfolio.git

Go to the project directory

  cd WebPortfolio

Install dependencies

  npm install

Start the server

  npm run dev