Giter VIP home page Giter VIP logo

habit-tracker-app's Introduction

Habit Tracker App

Frontend folder contains React application. Backend folder is Django REST framework.

For users, the intention is to add habits in the My Goals page, then complete a Daily Checkin for several weeks and View Progress to monitor if implementing a new habit/health tip/whatever changes your energy/mood/sleep in a positive or negative way. This is all very pseudoscientific of course. I intend to eventually add a more intelligent data analysis component to REALLY delve into correllations between the habit consistency and daily check in tables. But first I need to study some statistics (Sadly, I opted for calculus instead while in school). I will also be adding a social media component soon.)

This was designed as a capstone project for DevCodeCamp fullstack flex bootcamp.

habit-tracker-app's People

Contributors

gregreust avatar

Watchers

 avatar

habit-tracker-app's Issues

add-community-page patch request broken

The patch request to like/unlike a post does not work. The many-to-many field in user_posts is not set up correctly. When everything else is working I get an error saying that

this_user = User.objects.get(username=request.user)
user_posts . views . line 35

There is no user found that matches this query.

Possibly an issue with accessing the user model wrongly. Possibly an issue because I changed the user model after creating the backend tables?

AssertionError

Post request to /api/posts/ results in AssertionError: Expected a Response, HttpResponse or HttpStreamingResponse to be returned from the view, but received a <class 'NoneType'>

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.