/OC_P12

Primary LanguageJavaScript

OPENCLASSROOMS P12 - Sportsee

Build a user profile page in React, fetching data from a NodeJS external server.

Dependencies

Installation Dependencies

  • You need Node v16.14.2 to run the npm commands

  • Get the backend API, fork this repo and follow the instructions

Backend API

Install and run the project

  • Clone the project to your computer

  • Go to the project folder

  • Install the packages with npm i

  • Run the project with npm run start