Portfolio is a web page to display contact details and portfolio projects
It is developed to demonstrate:
- Developing a simple React application
- Displaying items using static data,
- Displaying data with Material UI
- Reads the data from a file
- Lists projects
- Opens project links
- Uses scroll animation
- React
- Javascript
- Material UI
To get a local copy up and running please install these:
yarn add @material-ui/core
yarn add @material-ui/icons
npm i react-scroll
