MapChecking helps you estimate the number of people standing in a given area
 
 
 
 
Go to file
Burak Sakalli f14016a4bd feature: Add README file 2022-12-17 12:01:54 +03:00
public Add favicon 2020-10-08 16:50:19 +02:00
src wording 2022-11-06 07:53:00 +01:00
.editorconfig Add editor config 2020-10-08 16:48:40 +02:00
.gitignore Update packages 2022-03-27 16:05:30 +02:00
README.md feature: Add README file 2022-12-17 12:01:54 +03:00
index.html wording 2022-11-06 07:53:00 +01:00
package.json Pre-render App with vite-ssg 2022-10-25 10:59:37 +02:00
postcss.config.js
tailwind.config.js tailwind cleanup 2022-03-27 21:56:15 +02:00
tsconfig.json Move to Vue composition API (and typescript) 2022-03-28 11:33:51 +02:00
vite.config.js Pre-render App with vite-ssg 2022-10-25 10:59:37 +02:00
yarn.lock Pre-render App with vite-ssg 2022-10-25 10:59:37 +02:00

README.md

Map Checking

Introduction

This is a tool that helps you estimate the maximum number of people standing in a given area.

Screenshots

screenshot

Installation

To install the project, you will need to have Node.js and Vue.js installed on your machine. Then, follow these steps:

git clone https://github.com/paraboul/mapchecking.git # Clone the repository
cd mapchecing # Navigate to the project directory
yarn # Install the dependencies
yarn dev # Start the development server

Usage

To use the tool, open your browser and go to http://localhost:5173. Then, follow the prompts on the screen to input the dimensions of the area and the number of people. The tool will then calculate and display the maximum capacity.

Contributing

We welcome contributions to the project! If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request.