Git Product home page Git Product logo

omegaboard's Introduction

Wmsiddiqui

This is a website intended to be my personal portfolio.

Stack

This website is built using React and Redux. Although Redux is probably not necessary for this project, I included it as an exercise to simply show that Redux can be used for state management. This website, at least at the time of writing this, will not have much state.

  • React
  • Redux
  • React-Router-Dom
  • React-Bootstrap

Hosting and other Ops related notes:

This website was built and then deployed to Github Pages. I used a custom domain, which you can find in the CNAME file. Because this is a React application using BrowserRouter from ReactRouterDOM, deep links are not supported by Github Pages. There are two options around this:

  1. Stop using BrowserRouter and use HashRouter instead. This would make any deep link work, although the URLs would not be very user friendly, since, as the name suggest, they would be hashes. I wanted to keep the URLs user friendly for my portfolio in order to easily link my resume and other pages.
  2. Redirect any non-root url to root, and then add the route to the url. This can luckily be done by adding some code found in this repository by rafrex. This seems a bit hacky, but seems to be a better option at the time.

ToDo

Here are some items I'd like to add to my portfolio:

  • A gallery with all my hobby related items
  • A blog to document some of my findings and learnings throughout my career
  • A collapsable menu when the screen resizes

omegaboard's People

Contributors

wmsiddiqui avatar

Watchers

 avatar  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.