Skip to content

DORMODO/calorie-tracker-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calorie Tracker Project

This is a demo react application with a small server to perform fetch requests to perform CRUD operations on in-memory data.

Setup

  • install node

  • install project dependencies

npm install-all
  • start client and server
npm run start
  • To close both client and server, hit Ctrl+c

Front-end

React based project using vite setup.

Back-end

Small server with in-memory SQLite database that starts with random data for the past 60 days (day in / day out).

API

More details can be found in packages/server/README.md

About

React Basic & React Deep Dive Course App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.2%
  • CSS 28.0%
  • HTML 0.8%