Skip to content

My personal portfolio website to show off my past/current projects. Built using Reactjs and Github API

License

Notifications You must be signed in to change notification settings

Joshlucpoll/my-website

Repository files navigation

Portfolio for Josh Pollard (WIP)

time tracker

This repository contains all the code used to produce https://joshlucpoll.com.
It was created using React JS and hosted with Firebase

Console

Navigation for joshlucpoll.com is achieved with UNIX commands - instead of the traditional navigation bar/dropdown. Typing help into the command line will explain further.

The most used command on the website is cd which changes the page you are viewing. For example, typing cd projects will navigate you to the projects page. Traditional UNIX commands for cd also apply here; you can use the current page . and parent page .. flags for navigation as well.

Another useful command is ls which will list all child pages. Combining the use of ls and cd allows you to navigate the website

If you want to learn more about each command, type help commands in the console interface.

For page navigation with the console I have implemented the React Router package to manage this, as well as Framer motion for page animations.

About

My personal portfolio website to show off my past/current projects. Built using Reactjs and Github API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages