Skip to content

Hackiwha-Drifters/frontend

Repository files navigation

meDZone Frontend

Description

This project is a [brief description of your project]. It utilizes React, Vite, JavaScript, Tailwind CSS, and Shadow DOM to create [mention what your project does or its purpose].

Links :

Slides : https://www.canva.com/design/DAF-TK8qmlY/i__JF1r5jY4blSzb1lpnEg/edit?utm_content=DAF-TK8qmlY&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton Figma : https://www.figma.com/file/P7uNc9kOzJdwFXwj3MpnCT/weTabib?type=design&node-id=0%3A1&mode=design&t=AvKmTQzAbkMS0KVw-1

Table of Contents

Installation

To get started with this project, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/Hackiwha-Drifters/frontend.git
    
  2. Navigate into the project directory:

    cd frontend
    
    Install dependencies using npm or yarn:*
    
    ```bash
    npm install
    

Usage

  1. To run the project locally, execute the following command:

    npm run dev
    

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Vite: A fast development server and bundler.
  • JavaScript: The programming language used to build the application logic.
  • Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
  • Shadow DOM: A web standard that offers encapsulation for DOM and CSS in web components.