[go: up one dir, main page]

Skip to content

A simple Video Chat Web Application built with Node.js as the backend server and React.js on the front end.

Notifications You must be signed in to change notification settings

johansonfelix/veedeo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-follow demo website Issues MIT License LinkedIn


Logo

A simple Video Chat Web Application built with Node.js as the backend server and React.js on the front end. Veedeo is a free solution allowing others to meet and communicate over an unmonitored, unlimited video chat session in the browser. The focus is on ease of use. No data is stored and signup/authentication is not needed. The peer-to-peer communication is designed using the Socket.io JavaScript library. Additional JavaScript libraries and frameworks are used including Material UI and Animate.css for React component styling. The application is deployed on Heroku (backend) and on Netlify (frontend). Checkout backend server : veedeo
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot A simple Video Chat Web Application built with Node.js as the backend server and React.js on the front end. Veedeo is a free solution allowing others to meet and communicate over an unmonitored, unlimited video chat session in the browser. The focus is on ease of use. No data is stored and signup/authentication is not needed. The peer-to-peer communication is designed using the Socket.io JavaScript library. Additional JavaScript libraries and frameworks are used including Material UI and Animate.css for React component styling. The application is deployed on Heroku (backend) and on Netlify (frontend). Visit https://veedeo.netlify.app/ for a demonstration.

(back to top)

Built With

Veedeo was built with the following technologies:

(back to top)

Getting Started

To setup the application on your local environment from a terminal:

Installation

  1. Clone the repo

    git clone https://github.com/johansonfelix/veedeo-frontend.git

    and the backend repo

    git clone https://github.com/johansonfelix/veedeo.git
  2. Install dependencies in your project

    yarn install 
  3. Navigate to backend directory and start server

    yarn nodemon 
  4. Navigate to front end directory and start front end

    yarn start
  5. Test application in browser at localhost:3000

(back to top)

Usage

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

(back to top)

About

A simple Video Chat Web Application built with Node.js as the backend server and React.js on the front end.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published