dotkeenan / moodometry

A full stack web application for journalers who want to track their moods and daily activities

Home Page:https://moodometry.keenanng.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moodometry

A full stack web application for journalers who want to track their moods and daily activities

Technologies Used

  • React.js
  • JavaScript
  • PostgreSQL
  • Node.js
  • Express
  • npm
  • Webpack
  • Babel
  • HTML 5
  • CSS3
  • Bootstrap 4
  • Chart.js
  • react-chartjs-2
  • react-day-picker

Live Demo

Features

  • User can view a list of their entries
  • User can add an entry composed of the time/date, a mood, an event, participants, and a note.
  • User can edit an entry.
  • User can delete an entry.
  • User can filter their list of entries by any combination of mood, day, or event type.
  • User can view a graphical summary of their entries' moods and events.

In Progress

  • User can view a month breakdown of their mood on each day.
  • Responsiveness on larger devices.

Preview

Development

Getting Started

  1. Clone the repository.

    git clone https://github.com/dotkeenan/moodometry.git
    cd moodometry
  2. Install all dependencies with NPM.

    npm install
  3. Create environment variables.

    PORT=3001
    DEV_SERVER_PORT=3000
    DATABASE_URL=postgres://{user}:{password}@localhost/{database-name}
    SESSION_SECRET=secret
  4. Start PostgreSQL, create and import the existing database

    sudo service postgresql start
    createdb {database-name}
    npm run db:import
  5. Run the webpack development server.

    npm run dev
  6. Once started, view the application by opening http://localhost:3000 in your browser.

About

A full stack web application for journalers who want to track their moods and daily activities

https://moodometry.keenanng.com/


Languages

Language:JavaScript 80.0%Language:CSS 18.6%Language:HTML 1.4%