Skip to content

Team-FIR3/developingyoureact

Folders and files

NameName
Last commit message
Last commit date
Jul 10, 2020
Jul 7, 2020
Jul 14, 2020
Jul 6, 2020
Jul 8, 2020
Jul 5, 2020
Jul 8, 2020
Jul 8, 2020
Jul 8, 2020
Jul 7, 2020
Jul 7, 2020

Repository files navigation

Developing You

Developing You is a guided behavioral modification app that helps make the journey of achieving your personal goals more attainable. Created with evidence-based approaches such as S.M.A.R.T. (Specific Measurable Attainable Relevant and Timely) and positive reinforcement, this app is designed to make the process of reaching your goals more easily attainable and feel more rewarding.

Project Status

This project is currently in development.

Deployment

This repository is currently deployed with Netlify here.

The API for this project is currently deployed with Azure here.

Planning

Wireframes

Domain Model

Domain Model Image

Entity Relationship Diagram

ERD

Installation and Setup Instructions

After cloning down this repository, you will need to install the following dependencies:

Node Package Manager Installation:

npm install

Start server to run app in development mode:

npm start

View app in browser:

localhost:3000

Node Sass Installation

npm install node-sass

Recharts Installation:

npm install recharts

Font Awesome Installation:

npm install --save @fortawesome/fontawesome-svg-core

npm install --save @fortawesome/free-solid-svg-icons

npm install --save @fortawesome/react-fontawesome

React Cookies Installation:

npm install react-cookies

React DOM

React Router DOM

JSON Web Token