Skip to content

ljspiek/tick-track-app

Repository files navigation

TickTrack (Client)

Links

Live Client hosted on Vercel (formerly Zeit): https://tick-track-app.now.sh/

TickTrack App (Server) Repo: https://github.com/ljspiek/tick-track-api

Summary

This app is intended to assist Lyme patients with recording their daily symptoms. By consistently tracking symptoms, patients can work with their providers to identify trends and formulate treatment plans tailored to their specific condition.

Due to the private nature of personal medical data, TickTrack is protected with JSON Web Token (JWT).

To see mock data and experiment with the functionality, use the following log on information:
email: testing@testing.com
password: Password1!

Upon logging in, click 'Log Your Symptoms' to create a new log or see a summary of symptoms logged by clicking on 'Track Your Progress.'

You are also invited to Sign Up and create your own logs!

Installation

To get started, run 'npm install' to download all required dependencies.

Technology Used

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

The entire app is built using React.js, JavaScript, HTML5, and CSS3.

Screenshots