PabloBona / Peer-to-peer-code-review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Welcome to Our JavaScript Capstone Project SeriesFeedback


πŸ“— Table of Contents

πŸ“– JavaScrip-Capstone-CR

The website REVIEWFLIX is your ultimate platform for expressing your opinions on movies and TV series. Explore a wide variety of films and shows, from captivating classics to innovative creations, and share your thoughts with the world. Give us your feedback, comment, and engage with fellow film enthusiasts as you discover new genres and embark on visual adventures. Experience the joy of voicing your impressions on Reviewflix, where every movie and series becomes a conversation.

πŸ›  Built With

Tech Stack

The following stacks were used


## Key Features
  • User-friendly and intuitive interface
  • Attractive and visually pleasing design
  • Fast content loading
  • User comments and ratings

(back to top)

πŸš€ Live Demo

Live Demo

(back to top)

πŸ’» Getting Started

Prerequisites

In order to run this project you need to have a browser and of course a code editor

Setup

Clone this repository to your desired folder, you can also set up HTML, CSS and JavaScript linters, for this you will need node installed. you can follow the steps here and here to setup the linters

Install

Once you cloned this project you are done !

Usage

To run the project, you can simply open the index.html file with your favorite browser.

Run tests

If you follow the tutorial above to setup linters then you can run these tests

  npx hint .
  npx stylelint "**/*.scss"

or if you use css then run this instead of the latter command above

  npx stylelint "**/*.{css,scss}"

Deployment

You can deploy this project using: GitHub Pages

(back to top)

πŸ‘₯ Authors

(back to top)

πŸ”­ Future Features

  • Awesome Design
  • Integration with popular streaming services
  • Customizable notifications and alertsn
  • Multilingual support

(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 like this project you can follow me on github for more.

(back to top)

πŸ™ Acknowledgments

Soon

(back to top)

❓ FAQ (OPTIONAL)

  • Are the linters necessary?

    • It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:JavaScript 42.2%Language:HTML 38.6%Language:CSS 19.2%