An open API service indexing awesome lists of open source software.

https://github.com/mrlmic/purchasing-power

Python/ Typescript project to make ownership information available to consumers.
https://github.com/mrlmic/purchasing-power

etl-pipeline figma jupyter-notebook pandas-dataframes python sqlite

Last synced: 2 months ago
JSON representation

Python/ Typescript project to make ownership information available to consumers.

Awesome Lists containing this project

README

        

# Purchasing Power
## Searchable Front-End for Supporting Small Businesses

## Overview

This project aims to provide a **searchable front-end** based on CSV data collected from the [Cancel This Clothing Company Resources](https://cancelthisclothingcompany.com/resources/). The goal is to empower consumers with information that enables them to make informed decisions about which businesses to support, avoid contributing to investment firms approaching a monopolistic hold, and promote small businesses and healthy competition.
Read more [here from the American Economic Liberties Project](https://www.economicliberties.us/our-work/new-money-trust/)

## Purpose

My intention for the project is to provide an easy-to-use interface where users can search through various businesses listed in the CSV files. By offering data about these businesses, it helps consumers:
- **Support small businesses** over large corporations.
- **Avoid monopolistic companies** and make choices that promote competition.
- **Make informed purchasing decisions** by evaluating the social and environmental impact of different brands.

## Starting small and scaling from there:
- The first items to be searchable will be personal care products including:
- feminine hygeine products
- toothpaste
- paper towels and toilet paper
- shampoo
- baby care products
- deoderant
- skincare

## Technologies
- I am utilizing a python script and the pandas library to normalize .csv files and insert them into a sqlite database.
- I'm using [sqlite viewer](https://sqliteviewer.app/) to view my sqlite database's contents.
- My mockup was created using Figma.

## Figma Mock-up
![Mockup](https://github.com/MRLmic/Purchasing-Power/blob/main/Assets/FigmaHome.png)