Awesome TV is the First and Original streaming entertainment network for Global Africa from United States of America (USA).

Overview

LEADBOARD APP

Awesome TV is the First and Original streaming entertainment network for Global Africa from United States of America (USA).

image

Built With

  • HTML & CSS & JavaScript
  • Html, Css & JavaScript linters

Live Demo

LIVE DEMO LINK

Video Demo

VIDEO DEMO LINK
Getting Started
  • clone the repository by running
    git clone https://github.com/aimemalaika/awesome-tv.git
  • navigate to the folder
    cd awesome-tv
  • Install packages
    npm install
  • Run the app
    npm start
  • Create build app
    npm run build
  • Test Linters app
    npm run check-linters

Authors

👤 Aime Malaika

👤 Oyelakin Ridwan Adio

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

Comments
  • Set up your capstone project - Kanban board

    Set up your capstone project - Kanban board

    opened by aimemalaika 5
  • Peer to peer code review

    Peer to peer code review

    Hi @aimemalaika 💯

    • Good job developers, your project looks really good.
    • Your code is clean.
    • The infinite scroll feature is great, Congratulations! 🦜
    opened by fherrerao 0
  • Develop

    Develop

    What does this PR do?

    This PR is raised to create a movie listing app with comment and likes options

    Description of the task to be completed

    • Create the home page
    • Add tests for items counter
    • Add tests for comments counter
    • Set up the project with Webpack and Jest
    • Display comments for a given item on the Comments pop-up
    • Display Comments pop up with selected item's details
    • Add comments counter
    • Add footer
    • Add header
    • Display the number of likes for each item on the Homepage
    • Display list of items on the Homepage
    • Create feature: add a new comment
    • Create feature: add new like
    • Add all items counter on the Homepage

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      develop
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    • Run tests
      npm test
    opened by aimemalaika 0
  • Feature/create responsive design

    Feature/create responsive design

    What does this PR do?

    This PR is raised to create a responsive interface

    Description of the task to be completed

    • create a responsive interface

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      feature/create-responsive-design
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    opened by aimemalaika 0
  • Feature/test count post

    Feature/test count post

    What does this PR do?

    This PR is raised to implement the test count post

    Description of the task to be completed

    • test count post

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      feature/test-count-post
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    • Run tests
      npm test
    Done 
    opened by aimemalaika 0
  • Feature/display likes number

    Feature/display likes number

    What does this PR do?

    This PR is raised to implement count likes on the home page

    Description of the task to be completed

    • count likes on a specific post

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      feature/display-likes-number
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    Done 
    opened by aimemalaika 0
  • Add post like request

    Add post like request

    What does this PR do?

    This PR is raised implement likes post

    Description of the task to be completed

    • like a post

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      feature/add-new-like
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    Done 
    opened by aimemalaika 0
  • Feature/count movies

    Feature/count movies

    What does this PR do?

    This PR is raised to count and display the number of movies

    Description of the task to be completed

    • display and count movies

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      feature/count-movies
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    Done 
    opened by aimemalaika 0
  • List elements in the home page

    List elements in the home page

    What does this PR do?

    This PR is raised to list elements on the home page desktop version

    Description of the task to be completed

    • Get movies from the API
    • display movies on the home page

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      feature/list-shows
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    Done 
    opened by aimemalaika 0
  • Created desktop version of the header

    Created desktop version of the header

    What does this PR do?

    This PR is raised to create the header of the movies list

    Description of the task to be completed

    • Added the header with menus

    How should it be tested

    • clone the repository
      git clone https://github.com/aimemalaika/awesome-tv.git
    • navigate to the folder
      cd awesome-tv
    • checkout the feature
      feature/header
    • Install packages
      npm install
    • Run the app
      npm start
    • Create build app
      npm run build
    Done 
    opened by aimemalaika 0
  • [0.5pt] Find external API - group task

    [0.5pt] Find external API - group task

    Find an API to base the development of the webapp around it. The API should allow you to

    • Get a list of items with a unique item id (or generate the unique id).
    • For a given item, get detailed information about it. choose an APIs that doesn't need authentication. if you select an API that requires authentication, you should implement it on your own. Also, if you select an API that provides image resources your webapp will be more visual.
    opened by aimemalaika 0
Owner
Aime Malaika
I'm a full-stack software developer, who enjoys working on all kind of tech. Looking for my next job
Aime Malaika
An enchanced useState hook which keeps track of the states history, allowing you to undo and redo states.

useTimeline An enchanced useState hook which keeps track of the states history, allowing you to undo and redo states. useTimeline is a simple hook bas

null 13 Apr 22, 2022
Pim 4 Jun 21, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
NewsStation is a news app which can be used to grab daily news bites. If you are interested in news whether politics, business, entertainment, general, health, science, sports and technology news NewsStation is for you!

This is a NewsStation WebApp Project Using News API NewsStation is a news app which can be used to grab daily news bites. If you are interested in new

Ravi Chauhan 2 Feb 7, 2022
The bot used for the official Huguitis Nodes server. Simply an entertainment bot.

HuguitisNodesBot The bot used for the official Huguitis Nodes server. Simply an entertainment bot. You can use the bot but remember to follow the lice

Huguitis Nodes 7 Nov 19, 2022
Simple but Complete & Fast network monitor for your home network

netmon Netmon is an opensource project for protecting and monitoring your home network. Netmon is written to run on a Raspberry PI and is optimized to

Tommaso Ventafridda 9 Jul 6, 2022
Node.js module for verifying Plumo proofs and reading states based on it

plumo-verifier Node.js module for verifying Plumo proofs and reading states based on it. Plumo is a SNARK-based light client verifier for the Celo blo

Celo 3 Dec 15, 2022
Mailbox is the predictable states & transitions container for actors.

Mailbox (turns XState Machine into a REAL Actor) Mailbox is an NPM module built on top of the XState machine, by adding a message queue to the XState

Huan (李卓桓) 40 Aug 24, 2022
Promise-based utility to control modal states in React

Promise-based utility to control modal states in React Zero-dependency library that easily integrates with your existing UI components and allows you

Thiago Zanivan 8 Dec 5, 2022
An Awesome Toggle Menu created with HTML,CSS,JQuery,font-awesome and line by line comment.

Demo : https://blackx-732.github.io/AwesomeMenu/ Under open source license No ©copyright issues Anyone can be modify this code as well Specifically we

BlackX-Lolipop 2 Feb 9, 2021
⚡ the first open-source redis client made with care and acessibility-first 🚀

⚡ Redis UI The first open-source project to create an awesome and accessible UI for Redis as a native desktop application. ✨ ?? ?? How to develop loca

Nicolas Lopes Aquino 14 Dec 5, 2022
"Jira Search Helper" is a project to search more detail view and support highlight than original jira search

Jira Search Helper What is Jira Search Helper? "Jira Search Helper" is a project to search more detail view and support highlight than original jira s

null 41 Dec 23, 2022
This project is an Awesome Books web page where users can add or remove books from the site. It also displays a list of the books added to the collection. This Awesome books webpage was created using ES6.

Awesome books App using Module Awesome books App using Module This book list was built using modules and other ES6 syntax. It allows users to add/remo

Esther Udondian 6 Jul 25, 2022
Implementation of original Lisp as described in Paul Graham's article "The Roots of Lisp". In Typescript

Roots of Lisp This is the implementation of original Lisp from 1960 as described in Paul Graham's article How to use Building If you just want to run

Serhii Dolia 7 Oct 28, 2022
The original SSB feed format, for ssb-db2

ssb-classic This module is a plugin for ssb-db2 which implements the classic SSB feed format. You can use this module as an ssb-db2 plugin, or you can

Secure Scuttlebutt Consortium 3 Jun 18, 2022
Halo CE (for original Xbox) Decompilation Research Project

The goal of this project is to study and re-implement the original Xbox launch title Halo: Combat Evolved. Disclaimer: This project is intended only f

null 101 Jan 3, 2023
Query for CSS brower support data, combined from caniuse and MDN, including version support started and global support percentages.

css-browser-support Query for CSS browser support data, combined from caniuse and MDN, including version support started and global support percentage

Stephanie Eckles 65 Nov 2, 2022