Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 846 Bytes

File metadata and controls

25 lines (11 loc) · 846 Bytes

Twitcher (Twitter Clone)

This is a project that taught me skills in both frontend development and backend development to create a fullstack site similar to social media sites like twitter.com (formally known as X). It uses HTML, CSS, and Javascript to connect to a web service that I made in python using the Flask library to handle different routes and connections. It also uses Amazon Web Services to store data with NoSQL DynamoDB such as different posts, accounts, and images that a user might input into the project.

Screenshots

App Screenshot

App Screenshot

Acknowledgements

Tech Stack

Client: HTML, CSS, Javascript

Server: Python, Flask