Skip to content

caseyjett/activity-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My project is a little activity tracker with stock images. You can load more images or search for what you'd like to see.

The three features that I've included are:

  • Retrieve data from an external API and display the data in your app - I used the Pexels API for stock photos.
  • Create a form and save the values on the click of submit to an external file - Input from the form gets saved to the anything.db file.
  • Create a server with at least one route and connect it to your application using ExpressJS
  • Visualize data in a graph, chart, or other visual representation of data

To run the application, you'll need to type npm install into your terminal to install dependencies and then node index.js. Next go to localhost:3000 in your browser.

You can see that the databases is storing new inputs by visiting localhost:3000/all.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published