GithubHelp home page GithubHelp logo

dresroldan / andresroldan-portfolio Goto Github PK

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

An updated and dynamic portfolio showcasing my resume and recent projects for potential employers and clients. Version 2.0

Home Page: https://www.andresroldan.com/

HTML 4.44% JavaScript 47.30% CSS 48.26%

andresroldan-portfolio's Introduction

React Portfolio - Andrés Roldán

Table of contents

Overview

An updated and dynamic portfolio showcasing my resume and recent projects for potential employers and clients.

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Javascript
  • React

Challenges

After deploying to GitHub Pages, everything looked fine until I refreshed the page or navigated throught the browser. Whenever I clicked on a link or refreshed the page I would get a 404 error.

What I learned / Solution

GitHub Pages does not support browser history like the browser does. Hash Router solves this issue by using the hash portion of the URL to keep the UI in sync with the URL.

ReactDOM.render(
  <React.StrictMode>
    <HashRouter>
      <App />
    </HashRouter>
  </React.StrictMode>,
  document.getElementById('root')
);

Continued development

To develop this portfolio even further, I would like to add a contact form that allows users to send a direct message from the site, instead of using :mailto which is used to to redirect to an email address instead of a web page URL. When a user clicks on the Mailto link, the default email client on the visitor's computer opens and suggests sending a message to the email address mentioned in the Mailto link.

Useful resources

Author

andresroldan-portfolio's People

Contributors

dresroldan avatar

Watchers

 avatar

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.