I have a passion for running! In this application i've created a tracker to submit all the runs you've done. You are able to sumbit the distance ran, time it took, and the difficulity you believe your run was.

Runner-s-Guide-Fullstack-AppScreenshot 2022-11-06 at 11 40 43 PM

How It's Made:

Tech used: HTML, CSS, JavaScript, Node.JS, Express, and MongoDB

How I built this project is using HTML and CSS for markup text and styling. I used Javascript for the logic of the project. I used Javascript to create a form where you can submit the information. Once your information is submitted you are able to keep it in a section where the data is saved. Once the data is saved you will have the option to choose which run was your favorite with the smiley face icon. I also used Javascript to be able to delete items that you've possibly have made when sumbitting your run. In the back-end I used MongoDB to store any data I submitted to my database. Express was used to simplify the process of creating my database to store information. I was passionate about this project because I recongized that there were many times when I would go grocery shopping with just a mental list. After awhile I would forget an item or two and would have to make a second trip back.

LESSON LEARNED:

The lesson I learned is the process of using Node.js, Express, and MongoDB to save information to my database. I learned more about Javascript and how powerful it is in the client and server side. I am excited to create more projects!