/exercise-tracker-app

This site is basic demonstration of MERN stack development

Primary LanguageJavaScript

Exercise Tracker App

It is a exercise tracker for demonstrating practical of MERN Stack development

Table of Contents

Introduction

This is a simple exercise tracker application, in which user can track it's application by creating new exercise, updating existing exercise, or deleting any exercise if required

Features

Technologies Used

  • Front-End
    • ReactJS ( ^16.13.0 )
    • Bootstrap ( ^4.4 )
  • Back-End
    • NodeJS ( ^v10.15.2 )
    • Express ( ^4.17.1 )

Installation

  • Front-End

    navigate to frontend folder

    cd frontend

    install npm dependencies

    npm install

    start the front-end-app

    npm start

  • Back-End

    navigate to backend folder

    cd backend

    install npm dependencies

    npm install

    start the back-end-server

    npm start

Authors

Contact

Created by @rishavpandey43 - feel free to contact me!