Portfolio Landing Page

screenshot of Portfolio Landing Page
express
react

React portfolio landing page using best practices & common libraries, and Apollo integration into github API. (WIP)

Overview

The React Portfolio is a simple one-page portfolio template based on the original project by Julian C. It features clearly defined and modular components that can be easily customized for different use cases. The portfolio is currently integrated with Apollo and the Github API, allowing users to call repositories using their provided auth token.

Features

  • React: The portfolio is built using the React framework.
  • GraphQL: It uses Apollo and the Github API to make GraphQL calls for repositories.
  • Modularity: The components in the portfolio are designed to be easily swapped in and out, making it customizable for different use cases.
  • Particles.js: The portfolio incorporates particles.js, adding interactive particle animations to the design.
  • React Reveal: It utilizes React Reveal to create stunning reveal animations for a more engaging user experience.
  • React Is Visible: This package is used to determine if an element is visible on the screen, allowing for dynamic interactions.
  • Gatsby: There are planned developments to convert the site to a Gatsby static site, which will improve load times and security.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.