jeremyslee / my-books-app

A great way to organize and keep track of your books into various categories and search for new ones to add to your collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Books App

Project description

This application allows you to keep track of your own personal library. It includes a list of books that are already in your possession or those in your wishlist. Each of these books will be grouped in three shelves depending on their status:

  • Currently reading
  • Want to read
  • Read

You will be able to change a book status anytime, as well as add new titles to or remove items from your library.

Installation and deployment

Pre-requisites

In order to run this application, you must have Node Package Manager or Yarn installed on your system.

Get the application running

# Install all project's dependencies
> npm install

# Run application's server
> npm start

If you are using Yarn instead, just replace npm with yarn in the commands listed above.

After running the start command, the console output should tell you at which URL is the application running.

The app is running at:

  # URL where the app is running
  http://localhost:3000/

***This project was bootstrapped with Create React App.

About

A great way to organize and keep track of your books into various categories and search for new ones to add to your collection

License:MIT License


Languages

Language:JavaScript 75.2%Language:CSS 16.5%Language:HTML 8.2%