A mobile app that suggests topics for conversation
- ✅ Suggests random topics to start a great conversation
- ✅ Scrapes CNN for the most recent news
- ✅ Provides links to dive deeper into a subject
- React Native (Frontend)
- Django REST Framework (backend)
- Clone the repo
git clone https://github.com/yourusername/repository.git
- Start the backend
python3 manage.py runserver
- Start the frontend