Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (38 loc) · 2.13 KB

README.md

File metadata and controls

58 lines (38 loc) · 2.13 KB

MyReads 📖

Build Status Dependencies Contributions welcome License NPM Version GitHub last commit

MyReads is a library website that allows the user to categorize his books to one of three shelves and import new ones from a large enough database.

Table of Content

Built With

Getting Started

Prerequisites

To use this repository, you need the following installed locally:

Installation

After installing the dependencies, just clone the repository and navigate to the directory.

$ git clone https://github.com/abdalrahman0505/Myreads-Udacity.git
$ cd MyReads-Udacity
$ npm install 
$ npm start 

Authors

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request