An open API service indexing awesome lists of open source software.

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.

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
```

![Project Status](https://img.shields.io/badge/status-WIP-yellow)
![React](https://img.shields.io/badge/react-%2320232a.svg?logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?logo=typescript&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?logo=vite&logoColor=fff)
![PRs Welcome](https://img.shields.io/badge/PRs-closed-red)