Skip to content

singhabhishek6/contio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contio Project

contio is an online community for sharing, gaining knowledge and making friends.

Contributors

Pages Build

  • Landing page
  • Chat Page
  • Mentors Page
  • Mentor Detail Page
  • Login/Signup Page

Functionalities Added

  • Dynamic Login
  • Chat Vedio Functionalities
  • Create Review Giving Functionalities
  • Preview Mentor Functionalities
  • Feedback Functionalities

Screenshots

  • Landing Page : alt text

  • Mentors Page : alt text

  • Mentor Detail Page : alt text

  • Chat Page : alt text

  • Vedio Page : alt text

Tech Stack :

External Libraries

We Used many External Library and npm packages in our Project.

  • axios
  • @material-ui/core
  • React
  • styled-components
  • Socket.io
  • Pusher
  • Express
  • MongoDB

Installation

Use this command on your git bash to clone this project on your Local machine.

git clone https://github.com/singhabhishek6/contio

Use this command after clone for install app dependency and app dependencies version updation.

npm install || npm i || yarn install

Make sure your system have install nodemon globally.

# if nodemon not install run this script.
npm install -g nodemon
 
# or using yarn: 
yarn global add nodemon

after install nodemon run server on your system.

# for react
npm run start

#for backend 
npm run server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • CSS 7.1%
  • HTML 7.0%