Skip to content

Capstone 1 is part of introductory projects in Microverse software development program. The template adapted for the project is for an event program. Some of its contents were redacted as part of the requirements provided guidelines.

License

Notifications You must be signed in to change notification settings

adamilare/Capstone-1

Repository files navigation

CAPSTONE 1 - COMMUNITY SPARK

📗 Table of Contents

📖 Capstone 1

Capstone 1 is part of introductory projects in Microverse software development program. The template adapted for the project is for an event program. Some of its contents were redacted as part of the provided guidlines.

🛠 Built With

Tech Stack

  • HTML
  • CSS
  • Javascript
Client
Server
Database

Key Features

  • Build an event website
  • Dynamic loading of website contents
  • Click controls of website elements

(back to top)

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

In order to run this project you need Live Server for your local testing

Setup

Clone this repository to your desired folder on your local machine

Install

The projects incorporate some linters check, to get them running on your local system follow these below;

  1. .github/workflows/linters.yml is already to project, this is used by Github to run tests on the repo.
  2. To install Webhint linters run:
  • npm init -y initalize the project and instal Node packages.
  • npm install --save-dev hint@7.x
  • npx hint . to run the test.
  1. To install Stylelint linters run:
  • npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  • `npx stylelint "**/*.{css,scss}" --fix" to run the test.
  1. To Install ESLint run:
  • npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
  • npx eslint . --fix to run the test

Usage

To run the project, clone the repository to your local and launch through Live Server on VScode

Run tests

Follow the procedures under Install to run some of the included linter tests.

Deployment

You can deploy this project using:

(back to top)

👥 Authors

👤 Damilare Adepoju

(back to top)

🔭 Future Features

  • Implement Registration Form

(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 please give it a thumb up.

(back to top)

🙏 Acknowledgments

I would like to thank Cindy Shin for her original design of Creative Commons Global Summit 2015, as it served as an inspiration for this project. Original design

(back to top)

❓ FAQ (OPTIONAL)

N/A

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Capstone 1 is part of introductory projects in Microverse software development program. The template adapted for the project is for an event program. Some of its contents were redacted as part of the requirements provided guidelines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published