Giter Site home page Giter Site logo

napalys / portfolio Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10.7 MB

My personal portfolio website. Dive into a visual representation where you'll discover my skills, projects, and passions.

Home Page: https://napalys.github.io/Portfolio/

JavaScript 71.76% SCSS 28.24%

portfolio's Introduction

Portolio website

Greetings! Explore my portfolio website repository, where I've dedicatedly crafted and built this platform to highlight my skills, projects, and experiences as a software engineer in the dynamic world of technology.


Prerequisites ๐Ÿ“‹

Ensure the computer where the code is executed has the following tools installed:


How To Use

From your command line, first clone the repo:

git clone https://github.com/Napalys/Portfolio.git
cd Portfolio

Then one shall install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
npm install
# Start development server
npm run develop

Using Yarn:

# Install dependencies
yarn
# Start development server
yarn develop

Once your server has started, go to this url http://localhost:8000/ and you will see the website running on a Development Server:


Technologies used

  • Gatsby - Static Site Generator
  • GraphQL - Query language for APIs
  • React - Front-End JavaScript library
  • Bootstrap 4 - Front-End UI library
  • Sass - CSS extension language

portfolio's People

Contributors

napalys avatar

Watchers

 avatar

portfolio's Issues

Custom scrolling FireFox

While using FireFox the scroll into view with 'smooth' behavior acts weird. Feels like it interrupts itself when scroll is invoked more then once. While on other browsers, namely chromium or chrome it performs the action as expected.

sections[counter].scrollIntoView({ behavior: 'auto' }); // switch to smooth for animation

Potential things to look at would be disabling unwanted features from FireFox. Or implement a custom scroll animation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.