Skip to content

DevelopersLeague/EverHustle-FrontEnd

Repository files navigation

Netlify Status

EverHustle

Project Abstract 💡

The corona-virus pandemic has resulted in a drop in productivity for most people, they are not accustomed to doing ‘work from home’. People are witnessing drop in their productivity. To help people regain their potential, EverHustle is developed. EverHustle is an open-sourced productivity web application that tries to help society with various ways of boosting their productivity thorugh it's features.

Try it out!! - http://everhustle.netlify.app/

Features and Functionalities 😃

  • Keep sticky notes
  • Get event reminders via email
  • Set daily, weekly and monthly goals
  • Keep a track of your productive time
  • Postive articles to keep you motivated
  • Email authentication preventing phishing and forged emails

Demo video 📺

Demo video

Tech Stack 💻

Third-party API 👨‍💻

Local setup ⚡

1. Clone server repo & follow the steps mention here to run server locally:-

2. Clone this repo by running the following command :-

 git clone https://github.com/DevelopersLeague/EverHustle-FrontEnd
 cd EverHustle-FrontEnd

3. Now install all the required packages by running the following commands :-

 npm install 

4. Now start the react by running the following command :-

 npm start

5. Create a .env file in the project root folder and copy the format of .env.sample file.

  • .env.sample file contains all the environment variables required for running the project.

6. 🎉 Open your browser and go to https://localhost:3000

Contributors 🤝