Portfolio Webpage with React

An portfolio webpage, built with React, JavaScript, CSS(StyledComponents) and framer motion.

This application made with Edwin Simon's Creative React and Redux Course.

Live demo link!

Installation and Setup Instructions

Clone down this repository or you can download source codes. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000