/MeTime-Front

Social web application for communication and dating. The Russian equivalent of Twitter.

Primary LanguageJavaScript

MeTime Frontend

MeTime built using React, Redux.

Backend Repository - https://github.com/Tokhirbek-creator/MeTime-Back

Features

  1. Login

01

  1. Signup

02

  1. Follow people

Follow

  1. Like, Retweet, comment, add bookmarks

LikeRepostComment

  1. Search users

Search

  1. View profile

Prifile

  1. Dark mode

DarkMode

  1. Upcoming Features(Notification, Messages, Lists)

Feature

Run locally

  • Create a .env.development file with the following contents:
    REACT_APP_SERVER_URL=http://localhost:3001
    REACT_APP_SECRET_KEY=<YOUR_SECRET_KEY> || keyboard_cat
  • npm install && npm start