Skip to content

Vibhu-Agarwal/projects

 
 

Repository files navigation

Showcase

https://vibhu-agarwal.github.io/

My open source projects portfolio. Built with React.

Features

  • A completely dynamic portfolio
  • Filter projects by title, tags, time etc
  • Responsive
  • Detail view to show more information about the project
  • Light weight - bundle (JS + CSS) is around 130KB without any compression
  • Unmatched Awesomeness

Dev

yarn install
yarn start

For deploying

yarn build
./deploy.sh

Customizing

Edit src/data/projects.js to customize the projects that are being displayed. That file contains a simple JavaScript JSON Object so it should be very easy to get started.

Deployment

Run yarn build to generate bundle files with all the dependencies.

Then use the deploy.sh script to deploy them to gh-pages branch.

Resources

About

My open source projects portfolio. Built with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.0%
  • CSS 13.7%
  • HTML 2.5%
  • Shell 0.8%