Skip to content

Qadriyah/MyReads

Repository files navigation

MyReads Project

MyReads is a bookshelf application that allows you to select and categorize books you have read, are currently reading, or want to read. It also allows you to search for new books and add them to your categories or shelves.

Table of contents

Dependencies

  • Node - A Javascript runtime environment.
  • React - A Javascript library for building user interfaces.
  • A package manager - yarn or NPM

Prerequisites

Clone the repository:

git clone https://github.com/Qadriyah/MyReads.git

Then change to the project directory:

cd MyReads

To install the dependencies run:

npm install

This will install all the dependencies defined in the package.json file inside the project root directory.

Starting the application

npm start

This will run the application and it can be accessed at:

localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published