It's a phonebook developed using Python, Flask, SQLite, HTML,CSS and JS.
User can store contact details, modify them and delete them.
Website: https://harsh-phonebook.herokuapp.com/
Clone the project
git clone https://github.com/HarshDevelops/Phonebook.gitGo to the project directory
cd PhonebookInstall dependencies
pip install -r requirements.txtStart the server
python app.pyGo to url
http://127.0.0.1:5000/
If you have any feedback, please reach out to me at harsheydevs@gmail.com
