Tata 1mg.com brings to you an online platform, which can be accessed for all your health needs.India’s leading digital consumer healthcare platform.
The HomeScreens product is a responsive web application built using React, Redux, Chakra UI, CSS, and Rest API. It includes various screens such as the Homepage, Login, SignUp, Products Page, Products Details, Cart Page, Checkout Page, Payment Page, and Footer.
node -v
To confirm that you have npm installed, run this command in your terminal:
npm -v
git clone [GitHub repository link]
cd [project directory]
npm install
npm start
HomeScreens is a responsive web application built using React, Redux, and Chakra UI. It provides various screens for browsing products, adding them to the cart, and completing the purchase. The installation process involves cloning the project repository and running a few commands to install the dependencies and start the application.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
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
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
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.