anindyamitra15 / proper-react-modal

This project is all about implementing modal on a React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper React Modal

Introduction

This project is all about implementing modal on a React App in the prescribed way that I found. It is built on React typescript which ensures type safety during development.

Project

Project is created with vite for faster development experience, based on React with Typescript.

How to Start

npm i
npm run dev

In case you have vite globally installed

npm i
vite

About

This project is all about implementing modal on a React App


Languages

Language:TypeScript 66.0%Language:CSS 28.4%Language:HTML 5.6%