Skip to content

ClockWize171/my_2nd_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Portfolio Website.

This will be my second personal portfolio website which is built with ReactJS. Sanity.io headless CMS is used for backend to store my project information.

Mockup Images

Light Mode

home_desktop

Dark Mode

explore_desktop

Major Technologies

ReactJS

  • ReactJS library is used to build the web app.

Sanity

  • To store my project data, headless CMS sanity is used.

ThreeJS

  • To used threejs in ReactJS, some libraries is need like Pmndrs.doc

React Router DOM v6

  • React router dom is used to navigate efficiently through web app.

Chakra UI

  • For styling and components, ChakraUI is used.

Snowing Features

  • There will be snow effect on the christmas day.

Run Locally

Clone the project

git clone https://github.com/ClockWize171/my_2nd_portfolio

Go to the project directory

  cd <your-repo-name>

Install dependencies

  npm install

Start the server

  npm start