6 projects tagged with GraphQL
01.Blabber
- Social Media website done using React and graphQL.
- User can post and other users are able to like,comment for the same.
- Authentication is done using JWT token.
- MongoDb is used for data storage.
- GraphQL is implemented for data fetching.
02.Happy Events
- Event Booking website done using React and graphQL.
- User can post events and other users are able to book for the same.
- Authentication is done using JWT token.
- MongoDb is used for data storage.
03.Insta React
- Insta React is instagram-like site built with React.
- Redux is used for store and image upload is done with AWS-S3 as bucket.
- Apollo GraphQL is implemented for querying data from DB.
- MongoDb with mongoose ORM is used as DB.
- Client side validation done using React hook form.
- Authentication is enabled with validations and Google captcha is also implemented.
- Material-ui react is used for styling.
04.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.
All Projects