This Project was a collaborative project of 5 members in which we all have to clone a website named as Big Basket and create our own name and icon , we named the website as " GrocBasket" , this project has been exceuted in just 5 datys
Groc-Store is a collaborative project developed by the team at Masai School. The team has created a replica of the CoSchedule website, which is known for transforming the way marketers plan and manage their marketing projects. The project showcases the team's skills and knowledge gained during their time at Masai School.
Groc-Store is a collaborative project developed by the team at Masai School, which is a replica of the CoSchedule website. The project showcases the team's skills in CSS, React, Redux, and Chakra-UI. It includes features such as a sign-in window, a navigational navbar, and a product page with filtering and cart functionality. The team successfully completed the project within the allotted time and gained valuable learnings in teamwork, communication, and efficiency. The source code and demo of the project can be found on the team's GitHub repository.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.