Coinloggr - A learning resource and social platform for the coin collecting community

Overview

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Coinloggr

A learning resource and social platform for the coin collecting community.
Report Bug ยท Request Feature

Table of Contents
  1. About The Project
  2. Become a Contributor
  3. License
  4. Contact
  5. Contributors

About The Project

A learning resource and social platform for the coin collecting community.

  • Share your collection with other like minded enthusiasts
  • Complete digital albums
  • Browse and search your collection with our one-of-a-kind inventory management system
  • Become a verified auctioneer and expand your marketplace
  • Create lists to organize your collection the way you like
  • Upload your photo and our machine learning algorith will do its best to identify it for you
  • Join the community with the help of engaging learning resources

(back to top)

Built With

(back to top)

Project Outline

The Coinloggr project consists of five major applications. Each application has its own README with further documentation. Below you will find a short description of each application, a case study, the project roadmap and information on becoming a contributor.

(back to top)

Case Study

A beta version of Coinloggr was released in January 2021 until April 2021. We managed to build a comunity of ~1000 followers on social media and 10 daily active users with almost 50 unique sign-ups. The research done during this step will help drive decisions that impact the future of the project.

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Become a Contributor

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. See CONTRIBUTING.md for detailed information on how to contribute.

Teams

If you'd like to contribute, and work with other creatives in your field, we are setting up teams! We have a Team for each app in the project plus a few that will overlap. See Contact below and email John to get set up with a team.

Main Team

The Main team is responsible for the development of Main app functionality as well as driving development for the project as a whole

  • Team Lead -
  • Developer I -
  • Developer II -
  • Developer III -
  • Designer I -

UX/UI Team

The UX/UI team is responsible for planning/approving/maintaining application design and works with other teams to achieve project goals

  • Team Lead -
  • Designer I -
  • Designer II -
  • Designer III -
  • Developer I -

Marketing Team

The Marketing team is responsible for market research, content creation, SEO/advertising, and works with other teams to achieve project goals

  • Team Lead -
  • Developer I -
  • Designer I -
  • Analyst I -
  • Analyst II -

Blog Team

The Blog team is responsible for design/development/maintenance of the Blog app, as well as content creation

  • Team Lead -
  • Developer I -
  • Developer II -
  • Designer I -
  • Author I -
  • Author II -

Community Resources Team

The Community Resources team is responsible for design/development/maintenance of the Community Resources app, as well as content creation

  • Team Lead -
  • Developer I -
  • Developer II -
  • Designer I -
  • Author I -
  • Author II -

Auction House Team

The Auction House team is responsible for market research as well as design/development/maintenance of the Auction House app

  • Team Lead -
  • Developer I -
  • Developer II -
  • Designer I -
  • Analyst I -

Machine Learning Team

The Machine Learning team is responsible for design/development/maintenance of the Machine Learning app

  • Team Lead -
  • Developer I -
  • Developer II -
  • Designer I -
  • Designer II -

(back to top)

License

Distributed under the BSD License. See LICENSE.md for more information.

(back to top)

Contact

John Galiszewski - [email protected]

Project Link: https://github.com/JohnGWebDev/coinloggr

(back to top)

Contributors

(back to top)

Basic infrastructure for writing scripts in Python

Base Script Python is an excellent language that makes writing scripts very straightforward. Over the course of writing many scripts, we realized that

Deep Compute, LLC 9 Jan 07, 2023
Python dictionaries with advanced dot notation access

from box import Box movie_box = Box({ "Robin Hood: Men in Tights": { "imdb stars": 6.7, "length": 104 } }) movie_box.Robin_Hood_Men_in_Tights.imdb_s

Chris Griffith 2.1k Dec 28, 2022
Run python scripts and pass data between multiple python and node processes using this npm module

Run python scripts and pass data between multiple python and node processes using this npm module. process-communication has a event based architecture for interacting with python data and errors ins

Tyler Laceby 2 Aug 06, 2021
An example of Connecting a MySQL Database with Python Code

An example of Connecting a MySQL Database with Python Code And How to install Table of contents General info Technologies Setup General info In this p

Mohammad Hosseinzadeh 1 Nov 23, 2021
String Spy is a project aimed at improving MacOS defenses.

String Spy is a project aimed at improving MacOS defenses. It allows users to constantly monitor all running processes for user-defined strings, and if it detects a process with such a string it will

10 Dec 13, 2022
Airflow Operator for running Soda SQL scans

Airflow Operator for running Soda SQL scans

Todd de Quincey 7 Oct 18, 2022
Swubcase - The shitty programming language

What is Swubcase? Swubcase is easy-to-use programming language that can fuck you

5 Jun 19, 2022
Linux GUI app to codon optimize many single-fasta files with coding sequences , using many taxonomy ids

codon_optimize_cds_with_many_taxids_singlefasta Linux GUI app to codon optimize many single-fasta files with coding sequences, using many taxonomy ids

Olga Tsiouri 1 Jan 23, 2022
Choice Coin 633 Dec 23, 2022
Demo of a WAM Prolog implementation in Python

Prol: WAM demo This is a simplified Warren Abstract Machine (WAM) implementation for Prolog, that showcases the main instructions, compiling, register

Bruno Kim Medeiros Cesar 62 Dec 26, 2022
A web project to control the daily life budget planing

Budget Planning - API In this repo there's only the API and Back-End of the this project. Install and run the project # install virtualenv --python=py

Leonardo Da Vinci 1 Oct 24, 2021
The Python Fuzzer that the world deserves ๐Ÿ

pip3 install frelatage Current release : 0.0.2 The Python Fuzzer that the world deserves Installation | How it works | Features | Use Frelatage | Conf

Rog3r 219 Dec 21, 2022
A project for the Qvault Hackathon, 2022-01-17

musical-octo-engine Steps to run brew install python-tk brew install portaudio

Erik Kristofer Anderson 2 May 17, 2022
Goal: Enable awesome tooling for Bazel users of the C language family.

Hedron's Compile Commands Extractor for Bazel โ€” User Interface What is this project trying to do for me? First, provide Bazel users cross-platform aut

Hedron Vision 290 Dec 26, 2022
This is a small compiler to demonstrate how compilers work.

This is a small compiler to demonstrate how compilers work. It compiles our own dialect to C, while being written in Python.

Md. Tonoy Akando 2 Jul 19, 2022
Just a simple python script to generate graphs of salt state requisites.

saltstatevis Just a simple python script to generate graphs of salt state requisites. Installation Requirements You will need to install graphviz to r

Dwayn Matthies 3 May 04, 2022
CPLib is the abbreviation of Competitive Programming Library.

CPLib CPLib is the abbreviation of Competitive Programming Library. It aims to be a general template and optimization library for competitive programm

12 Oct 16, 2021
Some scripts for the Reverse engineered (old) api of CafeBazaar

bazz Note: This project is done and published only for educational purposes. Some scripts for the Reverse engineered (old) API of CafeBazaar. Be aware

Mohsen Tahmasebi 35 Dec 25, 2022
This is a simple web interface for SimplyTranslate

SimplyTranslate Web This is a simple web interface for SimplyTranslate List of Instances You can find a list of instances here: SimplyTranslate Projec

4 Dec 14, 2022
Semester long, web application project for CSCI 4370/6370 (Database Management)

Database_Project Prototype ideas for website: Computer Science library (Sells books, products, etc.) Code editor Graph visualizer / creator (can save

Jordan Harman 4 Feb 17, 2022