Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.17 KB

Rick and Morty Simple Episode Tracker

Overview:

This is a simple web application that allows the user to add episodes of Rick and Morty in categories of lists, including Favorites, Watched, and Must-Watch. The user is able to add by searching a specific episode or generating a random list of episodes to add to any of the lists. The user can also delete from the list once added.

You can view the site here!


Tehchnical Details

  • Project is built using React JS.

    • The styled UI components use Material UI.
    • Uses native Context API for global state management.
    • This project was bootstrapped with Create React App.
    • Small test set written with Jest.
  • Project is deployed using Netlify, connecting to this Github repository.

  • Project connects to a Rick and Morty graphql API using apollo client.


Future Ideas

To make this little app more useful future ideas include:

  • User signup/ login. (OAuth)
  • Backend implemenation to acutally save things. (Node Server, Apllo Graph QL Server, PostgreSQL )