This project was bootstrapped with Create React App.
This project is a clone of the popular social networking website Twitter. Users can sign-in through Google, post short messages that will be shared to anyone following them and displayed on their profile page.
[x] - Change posts database to take in user nickname so names can be displayed with posts without a second API request
[x] - Hook up Not Tweet button to API
[x] - Create basic Post/Tweet display component to render feed to the screen
[x] - Implement react-router-dom for navigation between pages
[ ] - Add sidebar navigation: Profile, Settings, and Explore routes
[x] - Add Liking posts functionality to Database
[x] - Hook up liking functionality to front-end
[x] - Create Profile Pages for users
[x] - Add following functionality
[ ] - Add footer for mobile users that mimics sidebar functionality
[ ] - Create constant constraints for things like bio text length
[ ] - Connect Profile Page edit functionality to backend