Book Tracker

Description

An app that keeps track of your books.

It tracks the books you've read, the books you want to read, and the books you're currently reading.

Functionality

Users should be able to sign up and register as a new user.

Users should be able to login as an existing user, once they have registered.

Users should be able to add a book to the system.

Users should be able to place books on 3 separate lists: books they've already read; books they want to read; books they are currently reading.

Users should be able to view a list of books they've already read, want to read or are currently reading.

Getting Started

Prerequisites

NodeJS and NPM should be installed.

Install dependencies

cd book-tracker
npm install

Start development

There are 2 versions of the app, one made with vanilla JavaScript, one made with React.

React Version

To start the development server for the React version:

npm start

The frontend app will be running on localhost:3000.

JavaScript Version

All the files are located in vanilla_js_site.

Open index.html in the browser or if using VS Code the Live Server extension is recommended.