Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fox520/digicomo

DigiComo conceptual ecommerce application
https://github.com/fox520/digicomo

Last synced: 26 days ago
JSON representation

DigiComo conceptual ecommerce application

Awesome Lists containing this project

README

        

# DigiComo
[DigiComo](https://www.digicomo.com/online-store) conceptual ecommerce application.

## Getting started
Requires Python 3
```
pip install -r requirements.txt
python main.py -m screen:note2,portrait,scale=0.60
```
NB: this project was made in rush to see what I come up with using [MDBackdrop](https://github.com/HeaTTheatR/KivyMD/wiki/Components-Backdrop). Therefore bugs are in there.

## Overview screen
![overview](repository_data/overview.jpg "Overview")

## Backdrop
![backdrop](repository_data/backdrop_menu.jpg "Backdrop")

## Products screen
![products](repository_data/products.jpg "Products")

### Relevant resources
* https://kivy.org
* https://github.com/HeaTTheatR/KivyMD