Skip to content

inmanjlai/Turtell

Repository files navigation


Logo

[ Turtell ]

A full stack clone of reddit.com
Check it out »

Brief Overview


Turtell is a Reddit Clone built under two weeks. It allows you to create and join different communities, post in those communities for all members to view and comment on those posts to increase interaction between users. You can also search for communities using the searchbar built into the navbar that autocompletes search. I decided to not copy the styling of Reddit and work with my own design instead and was pretty satisfied with what I came up with. The goal was a simple minimalistic design that still showed off a good understanding of CSS and design fundamentals.

Technologies Used


Overall Structure

Backend

The backend was created using Flask and SQLAlchemy with a Postgresql database, the API uses RESTFUL API conventions for intuitive queries.

Frontend

The frontend of this application utilizes React and Redux to ensure a smooth user experience with dynamically rendered components

Full List of Technologies Used

  • React
  • JavaScript
  • Python
  • Redux
  • Flask
  • SQLAlchemy
  • Postgresql
  • CSS