osbentech / movieApp

This is a JavaScript project titled movieApp. It is a movie web app that allows users to view, search, and see desired movie
MIT License
1 stars 0 forks source link

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Authors
  6. Support
  7. License

JavaScript Capstone Project

The JS Capstone website is a JavaScript project which uses webpack and ES6 features, notably modules. Developed from wireframe and consumes the TVMaze API and Involvement API using JavaScript async and await.

(back to top)

Preview 📸

JS Capstone Preview Screenshot

Built With

(back to top)

Live Demo

Presentation Link

Getting Started

Instructions on how to access my project locally:

Prerequisites

If you need to run my project locally follow the steps below :

Installation

  1. First, Initialize NPM Package Manageer
    npm init -y
  2. Install Webpack, Required plugin(s), Style/CSS Loader and Webpack-dev-server
    npm install webpack webpack-cli --save-dev
    npm install --save-dev html-webpack-plugin
    npm install --save-dev style-loader css-loader
    npm install --save-dev webpack-dev-server
  3. Start running build
    npm build run
    npm start

(back to top)

Usage

This will be updated when the project is finished.

(back to top)

Contributing

Contributions 🤝 are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a ⭐️! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Authors

👤 Debby Miressa

👤 Benjamin Ejike

Acknowledgments

support

Give a ⭐️ if you like this project!

License

This project is MIT 📝 licensed.