A full stack web application to learn about stretches. This application has its own API & is connected to a database that contains information & instructions about stretching.
The project is deployed here: https://fast-caverns-52357.herokuapp.com/
- Responsive to mobile, tablet, laptop, & desktop viewports.
- A modal that displays information & instructions.
- Executes POST, GET, and PUT operations.
- Displays variable data using (EJS) Embedded JavaScript.
- I want to be able to dynamically display database information.
#100Devs Simple Express App Submission
- Fork and clone this repo
- Create a new branch called answer
- Checkout answer branch
- Push to your fork
- Issue a pull request
- Your pull request description should contain the following:
- (1 to 5 no 3) I completed the challenge
- (1 to 5 no 3) I feel good about my code
- Anything specific on which you want feedback!
Example:
I completed the challenge: 5
I feel good about my code: 4
I'm not sure if my constructors are setup cleanly...