Skip to content

It is a movie gallery that shows some movies after fetching them from an external API, which allows users to comment and like.

License

Notifications You must be signed in to change notification settings

Ellyboi/Javascript-capstone-Project

Repository files navigation

Group Capstone Javascript Project

JavaScript capstone project Readme

📗 Table of Contents

📖 [JavaScript capstone project]

[JavaScript capstone project] this project provide users a webapp. Where Users can access a list of action movies. User can interact with this app, they can add likes and also add a comment.

🛠 Built With

HTML CSS ES6 Modules Webpack APIs

Tech Stack

Client
Server
Pakage Manager
APIs

Key Features

  • [User can see list of movies]
  • [Allow user to add likes]
  • [Allow user to add comment]
  • [Display list of comments]

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder or download the Zip folder:

https://github.com/ellyboi/javascript-capstone-Project
  • Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd group-capstone-js

Install

To install all dependencies, run:

npm install

Usage

To run the project, follow these instructions:

  • After Cloning this repo to your local machine.
  • Open the index.html in your browser.
  • You can also use npm start command in terminal to run this at localhost:8080

Run tests

To run tests, run the following command:

  • Track HTML linter errors run:
npx hint .
  • Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
  • Track JavaScript linter errors run:
npx eslint .
  • run test:
npx jest 

Deployment

You can deploy this project using: GitHub Pages,

  • I used GitHub Pages to deploy my website.
  • For more information about publishing sources, see "About GitHub pages".

(back to top)

👥 Author

👤 Vitoesi Elijah

👤 Fredo Fleur

(back to top)

🔭 Future Features

  • [We will make this project responsive to make it look's more attractive]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give me a star ⭐️

(back to top)

🙏 Acknowledgments

I want to thank my coding partner Fredo st fleur who help me a lot to complete this project.

(back to top)

❓ FAQ

  • [How this list works]

    • [you can see the list of action movies]
    • [you can add likes]
    • [you can add comments]

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

It is a movie gallery that shows some movies after fetching them from an external API, which allows users to comment and like.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published