Skip to content

Latest commit

 

History

History
177 lines (107 loc) · 4.71 KB

README.md

File metadata and controls

177 lines (107 loc) · 4.71 KB


Capstone 2

📗 Table of Contents

📖 [Capstone 2]

[Capstone 2] is a single-page application that interacts with two APIs. It is an app wherein users can 'like' respective seasons of 'The 100' series, add comments, and make reservations too. Built with JavaScript

🛠 Built With

-HTML -CSS -JavaScript

Key Features

  • [The project was built using ES6]
  • [Modules were imported/exported for the JavaScript]
  • [Webpack bundling was used]
  • [TVMaze and Invovlement APIs were consumed]
  • [GitHub Projects was used to track progress throughout the app building]

(back to top)

💻 Project Presentation

Click on the link below for the project presentation:

🚀 Live Demo

(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:

-a code editor installed -linters environment fully setup

Setup

Clone this repository to your desired folder:

To clone this repository to your desired folder, use your code editor terminal or git bash, then type the command below:

git clone https://github.com/Uthmanbello/capstone2

Install

  1. Install WebHint: npm install --save-dev hint@7.x

  2. Install StyleLint npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  • open cloned folder in your code editor

Run tests

To run tests, run the following command:

To run tests and check for errors:

  • After installing the required linter, npx stylelint "**/*.{css,scss}"

  • To fix CSS or SCSS linters error: npx stylelint "**/*.{css,scss}" --fix

-To fix JS linters errors npx eslint . --fix

Deployment

You can deploy this project using:

-Deployment Link

(back to top)

👥 Authors

👤 Uthman Bello

👤 Kola Kolade

👤 Mark Rubanza

(back to top)

🔭 Future Feature

  • [Consumption of more APIs]
  • [More dynamic styling]
  • [Improved UX interaction]

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a like if you like this project and kindly follow us using our social media handles

(back to top)

🙏 Acknowledgments

We would like to thank my learning partners, morning and standup team members, mentors and other friends who helped throughout the process

(back to top)

(back to top)

📝 License

This project is MIT licensed.

(back to top)