Giter Site home page Giter Site logo

wesworld's Introduction

Wes World

Description

Welcome to Wes World - the unbearable awesomeness of colors. Wes World aims to create a simple and fun online shopping experience based on curated color palettes from Wes Anderson movies. ๐ŸŽจ It funnels active Etsy listings into a view of an ensemble of clothing items via Etsy API. A user can click on a movie button to view a randomly chosen set of clothing items. User can also save the ensemble by creating a user account.

Credits to the following artists for the incredible design elements:

  • Lea Lafleur
  • Alejandro Giraldo
  • Hexagonall

Table of Contents

Tech Stack

Frontend: HTML5, CSS3, JavaScript, jQuery, Materialize (UI)
Backend: Python, Flask, PostgreSQL, SQLAlchemy
APIs: Etsy

About the Search Algorithm:

I created a caching layer to improve speed performance and a blacklist to allow a super user account to remove irelevant search results. I also added a caching validation engine to discriminate expired listing URLs.

Features

Animation on Landing Page

Search Page

Log in window

Saving an Ensemble

User Profile Page

Setup/Installation

Requirements:

  • PostgreSQL
  • Python 2.7
  • Etsy API key

You can run this app on your local computer via the following steps:

Clone repository:

$ git clone https://github.com/lunaceee/wesworld.git

Create a virtual environment:

$ virtualenv env

Activate the virtual environment:

$ source env/bin/activate

Install dependencies:

$ pip install -r requirements.txt

Get your own secret keys for Etsy. Save them to a file secret.sh. Your file should look something like this:

export API_KEY='<your api key here>'

Create database 'wesworld'.

$ createdb wesworld

Create your database tables and seed example data.

$ python seed.py

Run the app from the command line.

$ python server.py

If you want to use SQLAlchemy to query the database, run in interactive mode

$ python -i model.py

Wes World 3.0

  • Switch to React.js from jQuery
  • Integrate SASS and flexbox for CSS styling
  • Make it responsive to mobile devices

wesworld's People

Contributors

lunaceee avatar sjbrown avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.