https://github.com/bryryann/mantel-web
Minimal social media web application.
https://github.com/bryryann/mantel-web
frontend fullstack react reduxjs typescript vite web
Last synced: about 2 months ago
JSON representation
Minimal social media web application.
- Host: GitHub
- URL: https://github.com/bryryann/mantel-web
- Owner: bryryann
- License: mit
- Created: 2025-08-24T13:25:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T19:14:53.000Z (9 months ago)
- Last Synced: 2025-09-17T21:34:34.383Z (9 months ago)
- Topics: frontend, fullstack, react, reduxjs, typescript, vite, web
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MantelWeb - Minimal social media web application
This project is the frontend React application for the social media platform, built with Vite and TypeScript.
Originally started as a small school project, this application has grown into a more complete and capable social media platform.
Implements core features you'd expect from a social app — authentication, posts, likes, follows, and friendships, to name a few.
---
### 🔧 Tech stack & tools
- React 18 with TypeScript
- Vite
- Axios for backend communication
- React Router
### 📦 Related Projects
- [**Backend API (Go)**](https://github.com/bryryann/mantel-api) — The REST API that powers this app.
---
### 🚀 Getting started
```bash
# Install dependencies
npm install
# Start dev server
npm run dev
```




