This repository contains all the code used to produce https://joshlucpoll.com.
It was created using React JS and hosted with Firebase
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.