aviaryan / work

My open source projects portfolio. Built with React.

Home Page:http://aviaryan.github.io/work/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showcase

aviaryan.in/work/

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.

Libraries Used

React
React-Router
Redux
GeoPattern

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

This is my first React project. I was only able to complete it because of these resources.

Contributing

Please see CONTRIBUTING.md for contribution guidelines. 😉

Screenshots

Home page Filter

search

Project Detail Page

detail

About

My open source projects portfolio. Built with React.

http://aviaryan.github.io/work/

License:Apache License 2.0


Languages

Language:JavaScript 85.2%Language:CSS 11.9%Language:HTML 2.1%Language:Shell 0.8%