Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 692 Bytes

Personal Design Portfolio Website

A personal design portfolio website built using ReactJS.

Project Status

Finished

Website Link

Link to website

Tech

  • ReactJS - Front-end JavaScript library
  • SASS - CSS pre-processor with syntax advancements
  • Framer Motion - React animation and gesture library

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To start server:

npm start

To visit the website:

localhost:3000