https://github.com/yummyweb/maptix
A quick and easy shortcut app for all.
https://github.com/yummyweb/maptix
Last synced: about 1 month ago
JSON representation
A quick and easy shortcut app for all.
- Host: GitHub
- URL: https://github.com/yummyweb/maptix
- Owner: yummyweb
- License: wtfpl
- Created: 2021-02-05T12:31:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T11:48:02.000Z (about 4 years ago)
- Last Synced: 2025-02-15T16:57:12.825Z (3 months ago)
- Language: JavaScript
- Size: 513 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Maptix
### Documentation
For the frontend, we have used React.js. The React.js contents can be found in `src/userland`. The userland folder contains all the code for the frontend/user.
The webpack folder contains the webpack configuration for React.js. We have used css-loader as well as sass-loader for use of both, CSS and SASS.
The utils folder contains some helpful functions. The `getWindowPosition.js` file contains code for positioning the window vertically and horizontally.
The test folder contains all the tests for the application. The tests include checking the browser window.