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

https://github.com/tchasinga/influencerview

"Influencer View" could refer to various concepts depending on the context. Can you clarify what you're referring to? Here are a few possible interpretations: A Platform or Tool: A digital platform or service for monitoring and analyzing influence metrics, campaign performance, or audience engagement.
https://github.com/tchasinga/influencerview

expressjs mongodb nodejs reactjs typescript

Last synced: 3 months ago
JSON representation

"Influencer View" could refer to various concepts depending on the context. Can you clarify what you're referring to? Here are a few possible interpretations: A Platform or Tool: A digital platform or service for monitoring and analyzing influence metrics, campaign performance, or audience engagement.

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)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Acyberschool FullStack test

Frontend testing is a crucial part of web development, ensuring that the user interface functions as intended. It offers several benefits:

Reliability: Tests help identify and fix bugs early, ensuring a smoother user experience.
Efficiency: Automated tests can be run repeatedly, saving time compared to manual testing.
Maintainability: Well-written tests make it easier to refactor code or add new features without introducing new issues.
Collaboration: Tests provide clear documentation of how the application should behave, aiding in team collaboration and understanding.
In essence, frontend testing is a key factor in building high-quality, robust web applications.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Nice UI**
- **Responsive design**
- **Firebase**
- **Swiper**
- **Typescript**
- **Redux**
- **TailwindCSS**
- **React-router-dom**
- **MongoDB**

(back to top)

## 🚀 Live Demo

>Click this Link to View [Live Version](https://influencerview-1.onrender.com)

## A demonstration video for the presentation

>You can view the presentation demo and the web-aplication operating principle in this video [See the video](https://www.loom.com/share/5ca1d1c15f0540d69d895eacf1065b82?sid=b1fd595f-5e7d-458b-ba9a-9163d9c03b58)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

- Clone this project.
- Open it in VS code.
- Deploy it on a browser using a live-server plug-in.

### Prerequisites

In order to add this project to your repo you need:

Git
A GitHub account &
VS-Code

### Setup

Clone this repository to your desired folder by using the `git clone` command:

```
git clone https://github.com/tchasinga/InfluencerView.git
```

> Run the following command to install the dependencies

```
npm install
```

> Run the following command to start the development server

```
npm run dev
```

### Usage

Project can be used in any browser

### Run tests
```
There are no tests to run.
```
### Deployment
```
You can deploy this project by using VS-code and injecting it to a browser through a local live server
```

(back to top)

## 👥 Authors

👤 **Tchasinga**

- GitHub: [@githubhandle](https://github.com/tchasinga)

(back to top)

## 🔭 Future Features

> **Enhanced Visual Appeal and some backend function**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [here the page](https://github.com/tchasinga/InfluencerView/issues/2).

(back to top)

## ⭐️ Show your support

If you like this project, please give it a star ⭐️

(back to top)

## 🙏 Acknowledgments

> I want to express my sincere gratitude to Acyberschool for giving me this fantastic chance to broaden my knowledge and expertise in the web development industry. Your dedication to promoting education and career development is incredibly admirable. The tools and support offered are very appreciated, as this test session has been an invaluable experience. I appreciate your commitment to provide such worthwhile job opportunities.

(back to top)

## 📝 License

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

(back to top)