All Projects → buckyroberts → Vataxia Frontend

buckyroberts / Vataxia Frontend

Open source social network written in React and Redux

Programming Languages

javascript
184084 projects - #8 most used programming language

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)

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/

UI Preview

Home

Profile

Photos

Private messaging

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].