Skip to content

A fitness tracking app using mainly React hooks and JSON server for now

Notifications You must be signed in to change notification settings

KnutAaboe/Keep-Track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning project

I watched closely at this tutorial -> https://www.youtube.com/watch?v=w7ejDZ8SWv8&t=4978s (React Crash Course 2021 (Task Tracker App)) <-

I am going to build on this app and experiment with it. I hope that one day it will be a working keep-track fitness app.

Usage

Install dependencies

npm install

Run React dev server (http://localhost:3000)

npm start

Run the JSON server (http://localhost:5000)

npm run server

To build for production

npm run build

About

A fitness tracking app using mainly React hooks and JSON server for now

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published