This is a fronted vanilla js social application.
- you can add/edit/remove posts.
- you can create/remove accounts.
- you can communicate with other post.
- python3
- firefox/chrome
git clone https://gitea.com/JadidianMH/social-app.git
cd social-appif on gnu / linux
python -m http.server 8000
if on windows
py -m http.server 8000
enjoy it!