These are 4 Different web projects utilizing Python Flask, JavaScript, and HTML.
Flask_app.py is the root file used for routing the urls.
This site is a JSON Parser where you can view and filter out a custom json file, in this case a list of apartments.
This site is an image uploader and viewer using AWS S3 Bucket to host images and DynamoDB to host image post data.
This site is a custom Blog Post using AWS DynamoDB for user data. User's can create accounts post a blog, and view posts.
This site is a simple bootleg version of Twitter using AWS DynamoDB for post and user data, and S3 Bucket for profile images.
User's can create accounts, post tweets, reply to tweets, and customize their profile pictures.