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

https://github.com/skyv26/huddle-landing-page-block

Huddle's sleek landing page offers seamless team collaboration, providing tools for effortless communication and productivity.
https://github.com/skyv26/huddle-landing-page-block

context-api dark-mode local-storage mobile-first react react-hooks reactjs responsive responsive-design responsive-web-design vite vite-react

Last synced: 2 months ago
JSON representation

Huddle's sleek landing page offers seamless team collaboration, providing tools for effortless communication and productivity.

Awesome Lists containing this project

README

        



logo

Huddle Landing Page - Alternate Block

# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Huddle Landing Page

**Huddle's sleek landing page offers seamless team collaboration, providing tools for effortless communication and productivity.**

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Responsive Design**
- **Mobile First Design**
- **Designed with tailwindcss**
- **Light and dark mode**
- **Interactive**
- **Context API for global state management**
- **React Hooks**

(back to top)

## 🚀 Live Demo

- [Click Here](https://skyv26.github.io/huddle-landing-page-block/)

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

- Node.js
- React.js
- Vite.js
- TailwindCSS
- React Hooks

### Setup

Clone this repository to your desired folder:

```sh
cd your-desired-folder
git clone [email protected]:skyv26/huddle-landing-page-block.git
```

### Install

Install this project with:

```sh
cd huddle-landing-page-block
npm install
```

### Usage

To run the project, execute the following command:

#### Run the server

```sh
npm run dev
```
#### Run for Build

```sh
npm run build
```

#### Run for gh-pages deployment

```sh
npm run deploy
```

### Run tests

To run tests, run the following command:

```sh
npm run test
```

### Deployment

You can deploy this project using:

- gh-pages (GitHub Pages)
- Netlify
- Vercel
- Render
- Railway App

(back to top)

## 👥 Authors

👤 **Aakash Verma**

- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@devaakashv](https://twitter.com/devaakashv)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)

(back to top)

## 🔭 Future Features

- [ ] **Snapshot Testing**
- [ ] **Jest Testing**

(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 click on ⭐️ button to show your love and support.

(back to top)

## 🙏 Acknowledgments

I would like to thanks my critics

(back to top)

## ❓ FAQ

- **is your project contain responsive ?**

- I tried my the best for this project and made it responsive from >= 280px <=1440px screen size.

- **Did you implemented the light/dark mode ?**

- A big *YES* 😄

(back to top)

## 📝 License

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

(back to top)