Skip to content

This JavaScript capstone project is about building a web application based on an external API. We selected an API that provides data about a topic that we liked and then built the webapp around it. The webapp has 2 user interfaces.

License

Notifications You must be signed in to change notification settings

Mutalenic/JS-capstone

 
 

Repository files navigation

MovieSpace

This web application is based on an external API. Selected an API that provides data about top rated movies and then built a web-app around it. Users can like & comment on movies they like.

Screenshot from 2022-06-17 17-41-09

Screenshot from 2022-06-17 17-41-27

Built With

  • HTML
  • JS
  • CSS
  • VScode
  • Webpack
  • API
  • Jest

Getting Started

To get a local copy up and running follow these simple example steps.For SSH:git@github.com:NatiG25/MovieSpace.gitFor https:https://natig25.github.io/MovieSpace/

Install

Run npm install after cloning the repo.

Usage

Run npm start for development. Run npm run build for production.

Run tests

  • Run npx eslint . for JS check
  • Run npx eslint . --fix to fix JS errors if found
  • Run npx stylelint "**/*.{css,scss}" for CSS check
  • Run npx stylelint "**/*.{css,scss}" --fix to fix CSS errors if found.

Video Presention

Video Link

Live Demo

Live Demo Link

Authors

👤 Author1

👤 Author2

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This JavaScript capstone project is about building a web application based on an external API. We selected an API that provides data about a topic that we liked and then built the webapp around it. The webapp has 2 user interfaces.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • CSS 24.2%
  • HTML 8.2%