Beautiful website designed by Brittany Chiang, that I decided to grasp design from for my personal portfolio website. It's
Project is created with:
- Next.js Framework built around React, which adds SSG/SSR/ISR, API routes, routing and much more with minimum effort.
- React UI development library, build with creating reactive apps in Javascript (version: 18.2.0)
- Typescript Javascript superset, which add static typing to Javascript (version: 4.8.4)
- SASS CSS preprocessor, which adds mixins, functions, variables into CSS with ease (version: 1.55.0)
Clone this repo to your desktop and run this command to install all the dependencies:
npm install
To run application run this command:
npm run dev