An open API service indexing awesome lists of open source software.

https://github.com/devendra-alt/capstone-hackblitz


https://github.com/devendra-alt/capstone-hackblitz

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 HackBlitz

**HackBlitz** HackBlitz is a dynamic and engaging hackathon platform that brings together innovative minds from various backgrounds to collaborate, ideate, and create impactful projects.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Landing Page With Icon and Background Image**
- **Responsive Desing**
- **Accessibility**
- **Dynamically Generated Content**
- **github workflow linter(html+css)**

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

```
cd my-project
git clone https://github.com/devendra-alt/capstone-hackBlitz
```

### Install

Install this project with:

```
cd capstone-hackBlitz
npm i
```

### Usage

To use this project, execute the following command:

Use live server vs code extension to launch the project on your browser

### Run tests

To run linter check locally, run the following command:

```
npx stylelint --fix "**/*.css"
```

To run eslint linter

```
npx eslint .
```

### Deployment

You can deploy this project using:

Github Pages or Netlify

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [@devendra-alt](https://github.com/devendra-alt)
- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)
- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)

(back to top)

## 🔭 Future Features

- [ ] **adding contact form**
- [ ] **adding animations**
- [ ] **adding Network and Community**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://devendra-alt.github.io/capstone-hackBlitz/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please do follow me on social media mentiond above on Authors section.

(back to top)

## 🙏 Acknowledgments
Special thanks to Cindy Shin in Behance for the original design concept used in this project. The design is licensed under the Creative Commons License, and Cindy Shin's work served as a valuable inspiration for our project.

(back to top)

## 📝 License

This project is [MIT](./LICENSE.md) licensed.

(back to top)