Skip to content

riyaz942/web-portfolio

Repository files navigation

My Developer Portfolio 😊

A portfolio website made with React and React-Spring for animations.

Used Created-React-App for this project so to run locally

  • clone
  • npm/yarn install
  • npm/yarn start

Desktop/Mobile Preview :

Inspiration taken for some of the elements implemented

Loader animation
Technology and Timeline page
Project description page (title header animation)

Seperate examples from the portfolio

(for simple reference, to avoid mixup of other logics in the project)

Architecture and some note on the application

  -src
    -app
      -common      // Contains styles and custom components, hocs and utils,
      -constants   // Project constants and strings
      -examples    // Seperate animation example that is taken from the project for better readability
      -modules     // Pages and individual components
    -assets        // self explainatory
      -icons
      -images
  • Have used webpack's resolve.alias to alias some of the common paths to reduce relative imports in the project.
  • Mostly Used Scss, Flexbox, Media-Queries for styling, layouting and responsiveness, haven't used any css framework in this
  • Used React-Spring for majority of the animations