Search for info about your favorite movies and tv shows
- Major languages: HTML, CSS, JavaScript
- Frameworks: N/A
- Technologies used: Webpack, API
You can view it live here
Watch our project presentation here
- Understand HTML/CSS and JavaScript
- A code editor (preferably VSCode)
- A browser
- Node.js (to run javascript files locally)
- LiveServer (to load javascript modules)
To get a local copy up and running follow these simple example steps.
- Open git bash on local computer
- clone the repo with:
git clone <https://github.com/deyemiobaa/Movie-Database.git>
- run
cd Movie-Database
to enter the project folder - run
npm i
to install all dependencies - run
npm run build
to bundle the project with webpack, and - run
npm start
to launch the application Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser. - run
npm test
To run Unit test run:
👤 Sodiq
- GitHub: @deyemiobaa
- Twitter: @deyemiobaa
- LinkedIn: Sodiq Aderibigbe
👤 Sentayhu
- GitHub: @sentayhu19
- LinkedIn: Sentayhu Berhanu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.