An Angular based web app demo that uses Axios and the fantastic Open Movie Database API. Built with Angular, Bulma CSS framework, OMDB API, HTML 5, FontAwesome 5 icons, Google Fonts, JavaScript, CSS3, and more.
Live Site Demo ~ Movie Flicks - Movie Search
- Run the command below from the command line / terminal / command prompt.
- git clone https://github.com/systemsvanguard/movieflickshq.git
- cd movieflickshq
- ensure your have Node & NPM pre-installed.
- Run commands 'node --version && npm -v'.
- npm install. (This ensures all dependencies are installed).
- ng serve --open --port 3000
- Runs on default Angular port 4200 or port specified in .env file
- Please rename '.env4Display' to '.env', and follow the instructions within to get your own free OMDB API.
- Change the web port as needed.
- Use command 'ng build --prod' for production build.
- Angular ver 13
- Bulma CSS framework
- FontAwesome 5 icons
- Google Fonts
- Filler text from https://pirateipsum.me
- RESTful API
- Axios
- dotenv & environment variables
This project is licensed under the terms of the MIT license.