Skip to content

Maulishri/Maulishri.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Built a personal portfolio such that -

  1. The pages are responsive on almost all devices
  2. Toggle option between Dark/Light mode is available
  3. Project cards have animation on hover

Access data

The data is stored in data.js file from where it can be edited

src/data.js

Installation

  1. Clone the repo
git clone https://github.com/Maulishri/Maulishri.github.io.git
  1. Install NPM packages
npm install
  1. Run the application
npm start