GithubHelp home page GithubHelp logo

evadegano / mindflow Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 4.78 MB

Mindflow is a todo app that includes neurohacking tools to boost productivity while decreasing stress. The app was built as a second project during Ironhack's Full Stack Developer bootcamp.

Home Page: https://mindflow-todo-app.herokuapp.com/

JavaScript 51.68% CSS 23.33% Handlebars 24.99%
app-backend app-development app-design passportjs nodejs greensock mongodb api

mindflow's Introduction

Mindflow

Mindflow is a todo app that includes neurohacking tools to boost productivity while decreasing stress.

The app is available here.

Table of contents

Scope

The app was built as a second project during Ironhack's Full Stack Developer bootcamp. It was awarded gold medal for best project by teachers and students.

Features

  • Svg animations using Green Sock

  • User authentication and authorization via Passport (local and Google strategies)
  • Password reset via Nodemailer

  • User data stored in a MongoDB database
  • Two playlists that boost creativity and problem-solving skills, fetched from Spotify's API

  • A built-in Pomodoro timer for an optimal work/break pattern
  • A breath bubble that promotes cardiac coherence and instant relaxation

Development

Setup

Requirements

Config variables

Add the following variable with your own values inside a .env file:

  • PORT (local port to call the app)
  • MONGO_URI (local URL to call the database)
  • SESSION_SECRET (random sentence used as a session secret)
  • CLIENT_ID (client id from your Spotify developer account)
  • CLIENT_SECRET (client secret from your Spotify developer account)
  • GMAIL_USER (Gmail address for Nodemailer)
  • GMAIL_PWD (Gmail address password)
  • GOOGLE_OAUTH_ID (client id from your Google developer account)
  • GOOGLE_OAUTH_SECRET (client secret from your Google developer account)
  • GOOGLE_OAUTH_CALLBACK_URL (Google oAuth callback URL)

Install

# install dependencies
$ npm i 

Deploy

You must log into Heroku first.

# create an Heroku app in the root directory
$ heroku create -a example-app
# deploy to Heroku
$ git push heroku main

mindflow's People

Contributors

emma-hb avatar evadegano avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.