Skip to content

iO-Academy/book-swap-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Swap Frontend

React application with dual purpose:

  • Example solution for Project 2, which is to build a frontend for a provided backend API
  • Provided frontend for Project 4, which is to build the backend API of the application

Setup instructions

Clone the repository anywhere on your computer:

git clone 

Install all of the dependencies:

npm i

Optionally, change the API URL to the one you want to use, for example if you are hosting the API locally:

// the below is line 8 of src/Components/App.js
  const apiBaseUrl = 'https://book-swap-api.dev.io-academy.uk/api'

Run the app:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published