llyram / LonersMafia-Frontend

Source code for loners mafia frontend

Home Page:https://lonersmafia.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LonersMafia - lonersmafia.com

Speak your mind out on loners mafia.


Loners front end

This repository contains source code to lonersmafia font-end.

Reporting bugs:

If you find any bug create an issue in the issues tab, come join the discussion in the discussion tab.

Please read Reporting bugs before creating new issue.

Read the inspiration behind loners mafia: story behind lonersmafia

File directory overview:

.
├── loner/
│   ├── public/
│   │   ├── index.html
│   │   ├── favicon.ico
│   │   ├── logo192.png
│   │   ├── manifest.json
│   │   ├── robots.txt
│   │   ├── logo512.png
│   │   ├── sitemap.xml
│   │   └── loner.svg
│   └── src/
│       ├── pages/
│       │   ├── mafias-page.js
│       │   ├── loner-page.js
│       │   ├── main.js
│       │   └── chat-page.js
│       ├── modals/
│       │   ├── mafia-form-modal.js
│       │   ├── info-modal.js
│       │   └── registration-modals.js
│       ├── constants/
│       │   ├── lengths.js
│       │   ├── url-endpoints.js
│       │   └── file.js
│       ├── license.txt
│       ├── css/
│       │   ├── index.css
│       │   └── mobile.css
│       ├── index.js
│       ├── reportWebVitals.js
│       ├── utils/
│       │   ├── formatted-number.js
│       │   ├── avatar-generator.js
│       │   ├── linkify.js
│       │   ├── random-generator.js
│       │   ├── hooks.js
│       │   ├── datetime.js
│       │   ├── image.js
│       │   └── image-compress.js
│       ├── icons/
│       │   ├── share.svg
│       │   ├── dark.svg
│       │   ├── next.svg
│       │   ├── info.svg
│       │   ├── upload.svg
│       │   ├── light.svg
│       │   ├── sponsors-icons/
│       │   │   └── peckspace.png
│       │   ├── error-icons/
│       │   │   ├── error.svg
│       │   │   └── 404/
│       │   │       └── 404page.svg
│       │   ├── emoji.svg
│       │   ├── back.svg
│       │   ├── default-avatar.svg
│       │   ├── media.svg
│       │   ├── kebab-menu.svg
│       │   ├── edit.svg
│       │   ├── reload.svg
│       │   ├── create.svg
│       │   ├── stickers.svg
│       │   ├── illustrations/
│       │   │   ├── cookies.png
│       │   │   ├── banned-icon.png
│       │   │   └── bot-error.svg
│       │   ├── send.svg
│       │   ├── close.svg
│       │   ├── loner.svg
│       │   ├── loners-mafia.svg
│       │   └── loner-dashboard.svg
│       ├── components/
│       │   ├── loading.js
│       │   ├── login-component.js
│       │   ├── auto-resize-textarea.js
│       │   ├── toggle-btn.js
│       │   ├── sticker-component.js
│       │   ├── tabs.js
│       │   ├── emoji-list.json
│       │   ├── cropper.js
│       │   ├── emoji-component.js
│       │   ├── zoomable-image.js
│       │   ├── theme-switch.js
│       │   ├── slider.js
│       │   ├── more-options.js
│       │   ├── message-card.js
│       │   └── card.js
│       ├── apis/
│       │   └── loner-apis.js
│       ├── App.js
│       ├── error-pages/
│       │   └── errors.js
│       ├── .vscode/
│       │   └── settings.json
│       ├── package-lock.json
│       ├── package.json
│       └── .gitignore
├── license.txt
├── README.md
├── privacy.md
├── terms&conditions.md
├── additional-images/
│   └── brand-icons/
│       ├── pngs
│       └── svg/
│           ├── loners-mafia-letters.svg
│           ├── loner-bunny.svg
│           └── loner-dashboard.svg
└── .gitignore

Thanks

I would also like to thank peckspace.com for its contribution. Make sure to check them out peckspace.com

Inkspace for allowing me to feely create icons and illustrations.

DiceBear for the free avatars.

iconmonstr for providing me with the free icons.

I would also like to thank all the free and open-source tools, libraries and frameworks, that has either directly or indirectly contributed to this project.


Hey there, I am Paul, an open-source enthusiast. If you love lonersmafia and want me to write more open-source codes, consider buying be a Coffee, so I can have energy to write more. Thank you.

buy me a coffee

About

Source code for loners mafia frontend

https://lonersmafia.com

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 86.7%Language:CSS 12.3%Language:HTML 1.0%