I've been experimenting with making an image gallery. I used Bootstrap and a Bootstrap library called Ekkolightbox. I found an awesome tutorial that helped me figure out how to make a lightbox.
Launch my Image GalleryThis is just a basic vanilla JavaScript app. I followed the tutorial that I linked in the app's footer. I after doing a bunch of React JS I wanted to brush up on vanilla JS. I got tons out of doing this tutorial. I didn't know you could make a grid in css. I had always used bootstrap for a grid. I liked learning another way of making a grid.
Launch the CalculatorAfter my SheCodes React course, I wanted to push myself. All my course projects were single page apps. In SheCodes responsive I made this website and learned to make multipage websites with a navbar. My question after course completion was how do I make a multipage website with navbar using react? I spent a few weeks trying to figure out how to get a successful deploy. I did a tutrial and read some comment sections. Eventually I figured out my inquiry. Here is my nonsense test website (that I am very proud of as initally it was very challenging).
Launch my React Nav bar app