Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 2.63 KB

README.md

File metadata and controls

74 lines (46 loc) · 2.63 KB

FriendsCog 👭

Connect.Challenge.Conquer

Team T.R.I.A.D 's entry for Hackverse 2.0

Description

In the times of pandemic we all are secluded from each other and it is very frequent that we feel demotivated. This app helps you to stay in touch with your friends and keep themselves motivated so that everyone can prosper together. It helps in achieving a positive and competitive environment so that we can together complete our tasks.It will encourage and motivate you to complete your tasks as you can see your ranks in the leaderboard and compete to stay on top. It also helps one to cope up with the loneliness and helps induce a sense of well being like the word cog means!!

Tracks

  • Let's Connect
  • Let's Go Contactless

Functions

  • Allow users to record the tasks to be completed
  • A separate task manager for every user to keep a track of their progress
  • Send the user notifications to remind them to complete their tasks
  • Live leaderboard of friends to see what percentage of tasks are completed
  • Rewards/Achievements/Badges for Best performers
  • A calender to help you schedule future tasks and improve productivity

TechStack

  • HTML
  • CSS
  • Javascript
  • Django
  • Python

Steps for Installation and Setup

Follow the instructions below to run the application:

  1. Clone the repository

    git clone https://github.com/WCoder007/FriendsCog.git

  2. install all dependancies, preferably in a virtual environment.

    python -m pip install Django==3.2.1

  3. cd TODO

  4. Run the application

    python manage.py runserver

  5. You can visit the web app at localhost:(http://127.0.0.1:8000/) in your browser

Future Plannings

  1. Add app facility for notifications.
  2. Add games,chat box,etc to make it more interactive.
  3. Connect with healthcare apps in order to track heath related tasks and give reminders.

Screenshots

Login Page Screenshot_2021-02-28 FriendsCog(2)

SignUp Page Screenshot_2021-02-28 FriendsCog

Task Manager Screenshot_2021-02-28 FriendsCog(1)

Leaderboard Screenshot_2021-02-28 FriendsCog(3)

Calender Screenshot_2021-02-28 FriendsCog(4)