This project is a development about TV series, we fetched all data from TVmaze API, Users can like movies and also give a comment. All data are recorded in the involvement API and also displayed on the screen. The page is also mobile responsive.
- HTML
- CSS
- JavaScript
- ES6
- Webpack
To get a local copy up and running follow these simple example steps.
https://github.com/kwekubright/javascript-group-capstone.git
- To work on this Repository Locally you need to run some command for basic Installation. NOTE: The minimum supported Node.js version to run webpack 5 is 10.13.0 (LTS)
- Click Here for node Installation - node
Let's run npx webpack, which will take our script at src/index.js as the entry point, and will generate dist/main.js as the output.
npx webpack
npx webpack --config webpack.config.js
npm run build
npm install --save-dev html-webpack-plugin
npm install --save-dev style-loader css-loader
npm install --save-dev webpack-dev-server
Run npm start
👤 Kwekubright
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Abdulhamid
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.