Youbified is A web app that allows a user to create, update and delete livestream events, 24/06/2022
- Youbified
This is a livestream management web application that allows a user to manage livestreams. The user can create, fetch, edit, and update livestream events. They can also attend a livestream right from the web application. The application is built using plain HTML, CSS(Bootstrap) and JS(a little bit of NodeJS server configuration and communication).
As a user you should be able to:
Create
new livestreamFetch
livestream eventsDelete
livestream eventsUpdate
livestream eventsAttend
livestream events
- Access to a computer, mobile phone or any other garget
- Internet access
- Clone to this repo by running the command :
git clone https://github.com/hermitex/youbified.git
- Unzip the downloaded files in a folder of choice.
- Open the folder with your favorite CLI tool.
- Run
npm install
on your terminal from inside the root folder of the project - Run
node index.js
on your terminal from inside the root folder of the project to run the server - The server should run on
http://localhost:3001
- If the port is busy, kindly feel free to change the port inside the index.js file
- Once the server is up and running, visit the link
http://localhost:3001
to access the application - Note that if you changed the port number, you will have a different port number on the link
- At this point, you will see the home page
- Great!!! Try to create some livesream events...
- Open the index.html file from the zipped file with any browser.
- Click this link to view the live application
-
HTML -to develop the structure off the page
-
CSS - to style the User Interface
-
Bootstrap - to facilitate responsiveness
-
JavaScript - to manipulate the DOM and display appropriate data to the UI based on the use actions
-
NodeJS - to support API calls and server communication
-
LiveStream API - to facilitate communication with live streams
- No bugs found yet. Please report bugs in case you spot one.
MIT License Copyright (c) [2022] [Tiberius Mairura] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Feel free to reach out via:
- StackOverflow Profile - Tiberius Mairura
- Linked - Tiberius Mairura
- Dev.to - Tiberius Mairura