Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 501 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 501 Bytes

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