Capstone Project

📗 Table of Contents

📖 Capstone Project

Capstone Project is a repository aimed at demonstrating the mastery of various tools and best practices learned in previous steps. The project consists of a website with two main pages: the home page and the about page.

Snapshot Snapshot

🛠 Built With

Tech Stack

Client

Key Features

  • Demo of Linters
  • Demo of home and about Summit Page

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Modern updated Web Browser such as Chrome, Safari, Firefox, among others
  • git-syn
  • code editor
  • Javascript enabled
  • node js
  • npm

Setup

Clone this repository to your desired folder:

git clone https://github.com/kit0-0/Capstone-Project.git

Install

To install all dependencies, run:

npm install

Usage

To run the project, execute the following command:

To run the project, follow these instructions:

  • Clone this repo to your local machine.

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 .

(back to top)

👥 Author

👤 Kiko

(back to top)

🔭 Future Features

  • Animation
  • Add Model

(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 it a⭐️

(back to top)

🙏 Acknowledgments

  • Microverse
  • Design idea by Cindy Shin in Behance, the author of the original design

(back to top)

📝 License

This project is MIT licensed.

(back to top)