My personal portfolio kamile-portfolio.vercel.app is built with the React Framework for Production NextJS + Typescript and hosted by Vercel.
Requests to GitHub's GraphQL API are queried using Apollo Client.
It uses Framer Motion for animation and Material UI for styled components and theming.
The mobile design prototype was created using Figma. The figma design file is here. The instructions on how to import and view Figma files can be found here.
Chrome | Edge | Firefox | IE | Safari |
---|---|---|---|---|
>=49 | >=14 | >=52 | 11 | >=10 |
- Install dependencies
npm install
- Start development server
npm run dev
- Open http://localhost:3000 with your browser to see the result.