Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.07 KB

BizTech Blog Visit Here

alt tag

A platform to explore various peoples opinions and to share your own!

How It's Made:

Tech used: React, Tailwind CSS, firebase

Optimizations

If I had more time I would have added a page where you could see the stats of your blog posts and see how their performing. I would have also add more micro actions like a little popup for when the user deletes a blog post to improve the user experience.

stats-page.png

Lessons Learned:

I learned how to build larger scale application that connect to a database and how to implement authentication with firebase. I also learned how to use a various optimzation techniques like code-splitting, debouncing, and lazy loading to make the website load faster and improve the user experience.

Installation

  1. clone repo
  2. npm i to install dependencies
  3. npm run dev to run local dev server