17.ReactKart
- Shopping cart site developed using React.
- Redux(redux-saga) is used for store management.
- Context-Api is used for switching the site's theme.
- Authentication is enabled using JWT Token.
- Client side form validation done using React-final-forms.
- GraphQL is used to manipulate data.
- MongoDb is used as DataBase to store data.
18.Reactflix
- Reactflix is a cloned copy of Netflix built using React.
- GraphQL is enabled for fetching data.
- Authentication is achieved using JWT token.
- Client side authentication is done using React-Final-Forms.
- Authenticated user's can add/remove their favourite movies to/from their list.
- Owl Carousal is enabled for image slideshow.
- MongoDb is used as DB for storing user's credentials.
19.Recipe Book
- Recipe Book website done using React and firebase.
- User can create recipes and add them to shopping cart.
- Authentication is done using Google's Firebase.
- Redux is used for state management.
20.Reddit
- Reddit clone developed using NextJs for UI and Nodejs as backend.
- MongoDb with mongoose ORM is used to data storage.
- Next V10 Image is used for image optimisation.
- Authentication is enabled with validation and authenticated users can create community/posts/upvote/downvote/upload images and much more.
- Tailwind CSS is used for designing, responsiveness and automatic detection of dark mode.