Copyright (c) 2022 Haley Seymour
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
To install the react front end for this project:
- Start by forking this repository on Github.
- Clone this project to your machine by using the "git clone + URL" command.
- Open the project with your favorite text editor, like VS Code (in your terminal, first type "cd foldername" then "code .").
- This project includes a package.json file that specifies dependencies for this project, so be sure to run "npm install". This will install the packages specified in the next section.
To install the server for this project:
- Navigate to the repo.
- Start by forking the repository on Github.
- Clone this project to your machine by using the "git clone + URL" command.
- Open the project with your favorite text editor, like VS Code (in your terminal, first type "cd foldername" then "code .").
- Install Node.js from their website, if you have not already. Here are some additional instructions.
- Install MySQL from their website, if you have not already. Here are some additional instructions.
- Suggest installing Nodemon if you have not already.
- Suggest installing Insomnia if you have not already.
- This project includes a package.json file that specifies dependencies for this project, so be sure to run "npm install". This will install the packages specified in the next section.
- If you would like to work on the server side, make sure to change the front end (this repo) to send fetch requests to your local server rather than the deployed heroku URL. Make this change in
src/utils/API.js
by changing theBASE_URL
on line 1. The deployed server for this project is: https://selfcarecentral.herokuapp.com/.
General Technologies:
- Javascript
- Node.js
- Git
- Heroku
- Insomnia
- MySql
Server NPM Packages
- mysql2
- sequelize
- express
- cors
- dotenv
- bcrypt
- jsonwebtoken
- nodemon
Front-end NPM Packages
- React
- React-bootstrap
- React-dom
- React-moment
- React-router-dom
- React-scripts
- React-spring
- React-useinterval
- React-use-measure
- React-icons
This project is a app to help you with all your self care needs! Come visit our site as your one stop shop to manage your life style needs. Set goals for fitness, sleep and hydration. Report your metrics daily and view your progress! Additionally, you can update or delete as necessary. Let us compare your metrics to your goals so you can see how you are tracking and your progress over time! Full functionality across all devices, feel free to use our app on the go!
To view this project deployed, click here.
TO view the deployed server, click here.
After following the instructions in installation:
- Open the database file in your terminal.
- Run command "npm start" to start the react app on your local host server. It will automatically open.
- When finished, run CONTROL-C in terminal to end the session.
Home Page
Login/Dashboard
Fitness Page Fillout
Tab Run-through
Mobile Dashboard
This project was completed as a group as 'project 3' for the University of Washington Web Development Bootcamp. If you would like to contribute, please feel free and contact us with questions.
If you have any questions, please feel free to contact our team:
- Project Manager: Haley Seymour | Github | email haleycseymour@comcast.net
- Git Administrator: Chris DeLaGarza | Github | email delagarzachris@icloud.com
- Kalif Purce | Github | email kpurcedesigns@gmail.com
- Back-end/Front-end: Jaden Storey | Github | email jadenstorey@hotmail.com