Datasciencefolio

screenshot of Datasciencefolio
react
bootstrap
scss
styled-components

Datasciencefolio

A portfolio template for datascientists using reactjs

Overview:

The document provides instructions on how to install and customize a portfolio website built using the react-js library. It mentions the need to have nodejs and npm installed and provides steps to clone the repository and install the required dependencies. It also explains how to customize the personal information, graphics, and logo of the website. Additionally, it provides information on setting up Google Analytics tracking.

Features:

  • React-js library used for website development
  • Ability to customize personal information, experience, education, social media, certifications, and contact information
  • Support for animated graphics using lottiefiles
  • Option to use static PNGs/SVGs/JPEGs for graphics
  • Splash logo at the beginning of the website
  • Integration with Google Analytics for tracking website analytics
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

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

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.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

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.