This blog style website is run with React. It utilizes a Firebase database and authentication.
When this project started it was simply a React blog utilizing CRUD with a Firebase database and authentication. As I continued developing it, I thought about what React is and what it does well. React is all about combining many pieces into a one page application. A blog is just one dimension. Although you need a lot of functionality to work a blog, it is simple. Post, edit, delete. What more might a user want on a simple interface. This is when I had the idea to add a weather widget. I used OpenWeather API to allow users to save their location so that it will display their hometowns current weather. I felt like this added more depth to the project.
The Weather Thought is still in development.