HealthCare Tata1mg Clone

screenshot of HealthCare Tata1mg Clone
express
react
chakra-ui

In this project we have tried to clone the functionalities of Tata1mg website. Tata1mg is a healthcare platform in India, that provides services including e-pharmacy, diagnostics etc

Overview

This project aims to clone the functionalities of the Tata1mg website, a healthcare platform in India that provides services including e-pharmacy and diagnostics. The deployed link for this project is https://health-care-tau.vercel.app/

Features

  • Admin Functionalities:

    • Access to the admin dashboard only with correct admin credentials.
    • Ability to add new products to the website.
    • Ability to edit the properties of existing products.
    • Ability to remove products from the website.
  • Product Page Functionalities:

    • Filtering of products by brand names.
    • Sorting of products by price from low to high and high to low.
    • Seamless integration of sorting and filtering functionalities.
    • Pagination for better navigation through product listings.
  • Cart Page Functionalities:

    • Ability to increase or decrease the quantity of a product in the cart.
    • Automatic adjustment of the total price according to the product quantity.
    • Ability to remove products from the cart.
  • Screenshots:

    • Landing Page
    • Product Page
    • Cart Page
    • Admin Dashboard
    • Checkout Page
    • Admin Products Page
    • Payment Page

Summary

This project is a clone of the Tata1mg website, a healthcare platform in India. It offers various features such as admin functionalities, product page functionalities, and cart page functionalities. The theme can be installed by cloning the repository and customizing it according to your requirements. Overall, it provides a comprehensive solution for replicating the functionalities of Tata1mg.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

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
Chakra UI

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

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.