A portfolio website that showcases some recent projects. Made in React with create-react-app
, the site uses the recently released version six of React Router, and it's hosted on a custom domain through Netlify.
To fork the repository, click on the fork button at the top right of the page. Once the repo is forked open your terminal and perform the following commands:
$git clone hhttps://github.com/<YOUR GITHUB USERNAME>/developer-portfolio.git
and
$cd developer-portfolio
Install packages from the root directory:
$npm install
Start the development server:
$npm run start
Client side packages |
---|
framer-motion |
react-burger-menu |
react-content-loader |
react-icons |
react-router-dom |
react-scripts |
react-spring |
react-text-transition |