Social Media Website
React | Firebase | CSS
I was tasked with creating a social media web application using React. The application has user authentication using Google Firebase and a database that holds all the users tweets and posts. The design for the website was inspired by Twitter. A login and sign up page were created, once a new user is created that information is stored into the database and the user can access the site. The user is taken to the homepage that holds a series for posts which are being fetched from the API. Also the user can go on their profile page and see their individual posts as well as create a post and save it to the database.