Added CSS styles

This commit is contained in:
Kenneth Jannette
2018-07-27 21:21:03 -07:00
parent 7f5166b111
commit 304cb3457d
7 changed files with 1666 additions and 1677 deletions

View File

@@ -2,7 +2,7 @@
const api = "https://reactnd-books-api.udacity.com"
// Generate a unique token for storing your bookshelf data on the backend server.
// Generate a unique token
let token = localStorage.token
if (!token)
token = localStorage.token = Math.random().toString(36).substr(-8)