A well-designed facts site covering planets Mercury through Neptune. By using the navigation bar, you can easily switch and find general information about any of the planets.
Features
An easy to use navbar and 3 points of information for each planet, along with stats at the bottom
Using props, which of the pages are separate from one another, allowing for one beautifully made conponent.
Finally, fully responsive for tablet and mobile.
Built using React, Next.js, and base CSS.
Todo App
Todo App with colors inspired by the Gryffindor House from Harry Potter.
Features
Add todos eaily from the input field
Edit any at any time and updates right away
Delete any you don't need anymore
Built using React and CSS.
About
A Wrestling fan with passion for coding and problem solving. By working on projects that constantly challenge me and with people FAR smarter than me, Only then will I be able to enact my final plan using the follwing steps.
First, become Bret Hart of programming. Second, become Jim Cornette of Wrestling History. Third and final, Profit. Simple.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';