Phone360 is a webapp through which you can compare the specs of different phones.
It uses flask for backend with sqlite3 database. The database information was taken from kaggle which was of GSMarena
Install all the requirements
python app.py
The pages run on localhost port 8000
Vishruth M