16 projects tagged with React
09.Next Cafe
- Cafe site made using NextJs and Contentful CMS.
- Both Static Site Generation(SSG) and Server Side Rendering(SSR) has been implemented.
11.React-commerce
- E-commerce site developed using React.
- Redux is used for store management.
- Redux-thunk is used for async call.
- Commerce.js is used for API and as CMS.
- Material-ui is used for responsive layout.
12.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