It is a video gallery that serves users movies and shows based on search. It also provides a comment section and a like button, all of which are used to personalize users' experiences.
- HTML, CSS, Javascript
- Webpack, Webhint, Stylelint, ESlint, Github Actions
This project is part of a training series to highlight the need for proper documentation, best practices, and writing clean codes with html, css, Javascript.
- Have an IDE installed on your computer to be able to view the code locally.
- Have a good working knowledge of Git and Github and well as React.
- Open a command line terminal (Git bash preferrably) and navigate to a directory where you would like to save the work folder using cd.
- Clone the repository with git clone https://github.com/wale-prog/tv-arena
- To get the curent working tree, git fetch --all, then checkout to "dev" branch.
- Finally, display the content of the ./public/index.html by starting the webpack dev server doing the following:
- navigate to the root directory with a command line terminal
- run 'npm start'
- IDE preferrably VScode
- using command line terminal in the root directory install the following:
- node modules with npm install
- For any individual who wishes to practice and master webpack usage, basic HTML,CSS and Javascript
- For practice of HTML5, CSS and Javascript technologies.
👤 Wale Olapetan
- GitHub: @wale-prog
- Twitter: @Wale_Petan
- LinkedIn: walepetan
👤 Debabrata Mandal (Nayan Karan)
- GitHub: @NayanKaran
- Twitter: @bapidebabrata
- LinkedIn: debabrata-mandal-83461696
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to Microverse
This project is MIT licensed.