A full fledge Clothing E-Commerce application developed using React.js (status: in development).
This project will implement following set of libraries & tech-stack:
- Redux: for state management.
- React Router: to move between pages.
- Stripe: For online purcases.
- Firebase: For Database(Firestore) and stripe backend for processing payments.
- Styled Components: to implement CSS in JS.
- React Saga: for developing scalable way to handle async actions in the app.
- React Hooks: for state management.
- Context API: for state management.
- GraphQL: for large scale level state management.
- Testing: JEST lib.