| Team Member | Roles |
|---|---|
| Siddhesh Dighe | Team Leader |
| Pushkar | Design Implementation Leader |
| Sai Ramya Devineni | QA Leader |
| Supriya | Backup QA Leader |
| Ayush Bhaliya | Security Leader |
| Paridhi Talwar | Requirement Leader |
| Deepali Chawla | Configuration Leader |
The use of social media and being constantly bombarded with notifications have made us addicted to our smartphones. This addiction is even more prevalent among young people and students. Platforms like Instagram, TikTok, and Twitter are designed with the goal of keeping us hooked to our phones by providing quick, flashy content that doesn’t require much focus. This makes it difficult to concentrate on one thing that takes more than a few minutes. The consequences are not just students receiving low grades but also students struggling with deep thinking and solving complex problems in different subjects. Video platforms like YouTube provide a lot of educational content but also many distractions that can divert your focus from learning. Solving this problem is where the motivation for our project, Focused Study comes from.
Focused Study aims to address the problem of distractions and declining attention spans when it comes to learning. It provides:
- Distraction-Free Learning: Users can search for educational videos using a single search bar similar to a Google search. The application will then curate a list of the best videos related to the user’s query using YouTube API. Each video would be selected based on multiple factors like best comments, likes-dislikes ratio, and overall views. This helps ensure all the videos suggested on the platform are high-quality.
- Gamification: Focused Study helps gamify the process of learning by rewarding users points for staying focused on learning while avoiding distractions. These points can be then used to access more entertainment-focused videos that are aligned with the user’s hobbies and interests.
- Analytics Dashboard: While the user is focused on learning from watching curated videos on the platform, behind the scenes the platform tracks the user’s watch time for educational and entertainment videos, to provide a dashboard that gives the user insight into his/her attention span and learning habits
Focused Study uses the following tech stack:
- Front-end: React
- Back-end: Flask
- Database: Firebase Realtime Database + Firestore
- Deployment: Docker
- Go to backend director
cd /code/backend - Install all the necessary plugins
pip install -r requirements.txt - Make sure all the requirements are install correctly
- Once requirements are installed, start the Flask app using
python app.py
You should see below message as an indicator that Flask server is up

- You can use API testing tool like Postman or Thunderclient to check the api connection
- Use below request GET http://127.0.0.1:5000/health
- Go to frontend director
cd /code/frontend - Install all the necessary plugins using
npm install - Make sure all the requirements are install correctly
- Once requirements are installed, start the react app using
npm start
You should see below message as an indicator that Flask server is up

- Navigate to http://localhost:3000/

