Skip to content

Exercise in creating RESTful interface for a resource (in this case Magic: the Gathering cards)

License

Notifications You must be signed in to change notification settings

hcduffey/MTG-Collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn

MTG Collector

Provides a RESTful interface for a resource (in this case Magic: the Gathering cards)
Explore the code »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

MTG-Collector uses the Magic: the Gathering API to allow users to add, remove and update cards in their collection.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

There are no prerequisites.

Installation

  1. Clone the repo
    git clone https://github.com/hcduffey/MTG-Collector.git
  2. Install the dependencies
    npm install

(back to top)

Usage

The app loads with test data already initialized on the index page, which displays all of the cards in the collection. Click the View button under a card to see its details. From there you can either Delete the card or Edit it. In this case, Edit means that you can switch that card out for a different one.

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Cliff Duffey - @cliffduffey2

Project Link: https://github.com/hcduffey/MTG-Collector

(back to top)

Acknowledgments

(back to top)

About

Exercise in creating RESTful interface for a resource (in this case Magic: the Gathering cards)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published