Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buckyroberts/Vataxia-Frontend
Open source social network written in React and Redux
https://github.com/buckyroberts/Vataxia-Frontend
Last synced: 3 days ago
JSON representation
Open source social network written in React and Redux
- Host: GitHub
- URL: https://github.com/buckyroberts/Vataxia-Frontend
- Owner: buckyroberts
- Created: 2017-05-29T19:48:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T04:06:59.000Z (about 1 year ago)
- Last Synced: 2024-08-02T13:29:19.771Z (3 months ago)
- Language: JavaScript
- Homepage: http://vataxia.io/
- Size: 1.87 MB
- Stars: 250
- Watchers: 34
- Forks: 77
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](http://i.imgur.com/y3YLhkW.png)
## Overview
Vataxia is an open source social network written in React and Redux. This project is the frontend responsive web
application only. The backend REST API is developed in Django and can be found here:[Vataxia Backend (REST API)](https://github.com/buckyroberts/Vataxia)
## Features
Vataxia contains several common social networking features such as:
- Basic authentication (login, logout, update password, etc...)
- Custom profiles
- Posting (images, text, videos, etc...)
- Post voting
- Private messaging
- User management system via admin and moderator panels## Getting Started
First install all the necessary dependencies:
```
> npm install
```Start the development server (changes will now update live in browser):
```
> npm run start
```To build the application for production:
```
> npm run build
```To view the application, go to: [http://localhost:3000/](http://localhost:3000/)
## UI Preview
**Home**
![](http://i.imgur.com/y0Cr1an.png)**Profile**
![](http://i.imgur.com/Ukoh5Tx.png)**Photos**
![](http://i.imgur.com/TNb1Abn.png)**Private messaging**
![](http://i.imgur.com/u26TC1I.png)## Links
- [API Docs](http://vataxia.net/)
- [Backend (GitHub)](https://github.com/buckyroberts/Vataxia)
- [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/)
- [Reddit](https://www.reddit.com/r/Vataxia/)
- [Slack](https://vataxia.slack.com/)
- [Support](https://www.patreon.com/thenewboston)
- [Twitter](https://twitter.com/bucky_roberts)