Skip to content

Latest commit

 

History

History
214 lines (144 loc) · 4.92 KB

README.md

File metadata and controls

214 lines (144 loc) · 4.92 KB

VidVib

📗 Table of Contents

📖 VidVib

VidVib is a web application that displays a list of movies from an API. Users can like and add comments to a movie of their preference.

🛠 Built With

  • HTML5
  • CSS3
  • JS
  • ES6 Modules
  • Webpack
  • Jest

Tech Stack

HTML5
CSS3
JavaScript
ES6 Modules
Webpack

Key Features

  • Display movies from API.
  • Add and display likes on the home page.
  • Add popup to display a movie.
  • Add and display comments on the popup.

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Visual Studio Code
  • Github Account
  • Git Bash
  • Node JS
  • Jest library

Setup

Clone this repository to your desired folder: https://github.com/ticoniq/vidvib.git

Install

Install this project with:

  cd VidVib
  npm install 

Usage

To run the web application, execute the following command: Example command:

  npm run dev

Run tests

To run tests, run the following command: npm test Example command:

  npx stylelint "**/*.{css,scss}" --fix
  npx eslint "**/*.js" --fix

(back to top)

🚀 Live Demo

(back to top)

🚀 Presentation

(back to top)

👥 Authors

👤 Tochi

👤 Cosmas

(back to top)

🔭 Future Features

  • More section inclusiveness
  • Desktop Responsiveness
  • Animation

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you enjoy this project, I kindly request you to give it a star and consider following my social media pages.

(back to top)

🙏 Acknowledgments

This webapp is inspired by the movies from https://github.com/ticoniq/vidvib/issues. We would like to express my heartfelt gratitude to Microverse for providing me with this incredible project opportunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)