Took the design from Frontent Mentor as a inspiration for my portfolio website.
My goals were:
- Beatiful and responsive;
- Highlight my previos work;
- Use
styled-components
for styling; - Practice with Node.js;
- Apply and use TypeScript;
- Use Contentful as a CMS
- Next.js
- Styled-components
- React
- TypeScript
- Flex-box
- CSS Grid
- Next.js - Next.js
- TypeScript - TypeScript
- Styled Components - For styles
- clone repository to your local folder
git clone https://github.com/LovelyFox-code/portfolio-blog.git
; - install dependencies
npm install
; - run application
npm run dev
; - enjoy exploring;