Deployed on Netlify using github actions
- ReactJS : Frontend Library
- React-Leaflet : React components for Leaflet maps
- TailwindCSS - UI library
- Axios - To make and handle network request
- Clone the project git clone https://github.com/Debarshi95/Kyupid-Map.git
- Go to the project directory
- cd kyupid
- Install dependencies
yarn
- Create a .env file
- Add the following configuration to your .env file `REACT_APP_KYUPID_API="<KYUPID_API>"
- Start the server yarn start