At First Clone this Repository and then open this project in VS Code then install existing packages using below command line.
npm i
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- TypeScript.
- Redux.
- React-leaflet.
- React-leaflet-draw.
- Next.js.
- SASS.
This app allows users to create, edit, and delete polygon maps with a Redux store to manage state. It leverages TypeScript, Redux, React-Leaflet, and React-Leaflet-Draw for interactive map functionality and drawing capabilities. For styling and responsiveness, SASS is used to ensure a seamless experience across devices while integrating with Next.js for the overall application structure.