MatthewNobes / MatthewNobes.github.io

This is my personal portfolio website that I use to showcase and explain my projects. It has been rebuilt with React, using React router for its navigation system and uses GitHub's Rest API to collect project information.
https://matthewnobes.github.io/
MIT License
2 stars 0 forks source link

Add a resources page #32

Closed MatthewNobes closed 2 years ago

MatthewNobes commented 2 years ago

This new page will play host to groups of links which I have found useful and bookmarked over the years. These will include a variety of my interests. Topics may include:

These could be presented in a React-bootstrap accordion component, with the raw links mapped across from a .json object. Space should also be allocated for a description of each one, which may be used for notes of what it is useful.

It should also be considered how this could be setup to allow direct URL's to parts of the page, such as using matthewnobes.github.io/resources#cyber-tools

MatthewNobes commented 2 years ago

The first version (1.0.0): ready for deployment

MatthewNobes commented 2 years ago

Completed, however more resources need adding