Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.85 KB

File metadata and controls

30 lines (28 loc) · 1.85 KB

AnimeWatchList

Personal Repo for Learning/Implementing Redux State Management with third party Authentication/Verification Like Google OAuth and also JWT(Token), Creating a CRUD MERN Stack Application. Where users can create accounts and add Anime shows List and Like other user's Anime List along with Searching Anime by name or tags.

Backend Deployed in heroku and db in mongoDb Atlas.

AnimeWatchList Screenshot

Features and Tech used in AnimeWatchList:-

  • MERN ( MongoDb, Express, Reactjs, Nodejs ) Stack is used with Redux as StateManagement.
  • SignIn/Signup Using Google Authentication and JWT token.
  • CRUD features with User Creation and Liking posts are implemented along with Searching Posts by Name or tags
  • Posts recommendation and Pagination are also implemented

To Run The Web App on your local machine

   $ git clone the above repo
   $ cd to the directory and cd to client
   $ npm install ( node.js must be installed )
   $ Also Set up the ENV file requiring google authentication ID.
   $ npm start 

Screenshots : -

AnimeWatchList Screenshot

AnimeWatchList Screenshot

AnimeWatchList Screenshot