https://github.com/devendra-alt/capstone-hackblitz
https://github.com/devendra-alt/capstone-hackblitz
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devendra-alt/capstone-hackblitz
- Owner: devendra-alt
- License: mit
- Created: 2023-05-26T14:43:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T19:30:19.000Z (over 2 years ago)
- Last Synced: 2025-01-23T19:56:10.607Z (over 1 year ago)
- Language: HTML
- Size: 8.8 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 is a dynamic and engaging hackathon platform that brings together innovative minds from various backgrounds to collaborate, ideate, and create impactful projects.
Client
- **Landing Page With Icon and Background Image**
- **Responsive Desing**
- **Accessibility**
- **Dynamically Generated Content**
- **github workflow linter(html+css)**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Git
- VS Code
- Node
- NPM
- VS Code Live Server Plugin
- Chrome or any other web browser of your choice.
### 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:
👤 **Author1**
- GitHub: [@devendra-alt](https://github.com/devendra-alt)
- Twitter: [@Devendra5101](https://twitter.com/Devendra5101)
- LinkedIn: [Devendra Mulewa](https://linkedin.com/in/devendramulewa)
- [ ] **adding contact form**
- [ ] **adding animations**
- [ ] **adding Network and Community**
- [Live Demo Link](https://devendra-alt.github.io/capstone-hackBlitz/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please do follow me on social media mentiond above on Authors section.
## 🙏 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.
This project is [MIT](./LICENSE.md) licensed.