Skip to content

taylorfullstack/P12_TAYLOR_Heather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sportsee

Sportsee

Introduction

Sportsee is a startup dedicated to sports coaching.

Installation

Prerequisites

Install and launch the project (using the Mocked API)

1. Fork this repository

  • Click on the fork button in the top right corner of the repository page.

2. Clone the forked respository to your local machine

  • Replace the url below with the url of your forked repository.

    https://github.com/your-username/project-name.git

  • Open a terminal window and navigate to the directory that will store your project.

    cd project-name
  • In your terminal, run the command below. The dot at the end will clone the project into the current directory.

    git clone https://github.com/your-username/project-name.git .

3. Install the dependencies

  • In your terminal, run the command below to install the dependencies listed in the package.json file.

    npm install

4. Launch the project

  • In your terminal, run the command below to launch the project.

    npm run start

    The project will launch in your browser at http://localhost:5173


Install and launch the backend (to use the SportSee API)

Follow the instructions in the Sportsee API ReadMe to install the backend.


Technologies

Vite React JS ReactRouter HTML5 CSS3 JavaScript Axios Recharts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published