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

https://github.com/codexpuneet/unwritten-boat-735

Hello Folks, Welcome back to the clone of Hubspot, HubSpot is a CRM platform that connects everything scaling companies need to deliver a best-in-class customer experience into one place. This is individual Project.
https://github.com/codexpuneet/unwritten-boat-735

javascript material-ui reactjs

Last synced: 2 months ago
JSON representation

Hello Folks, Welcome back to the clone of Hubspot, HubSpot is a CRM platform that connects everything scaling companies need to deliver a best-in-class customer experience into one place. This is individual Project.

Awesome Lists containing this project

README

          

Hubspot


HubSpot is a CRM platform that connects everything scaling companies need to deliver a best-in-class customer experience into one place.

## 🛠 Built with

Technologies used in the project:

![Javascript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)

![React-Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)

![Chakra-UI](https://img.shields.io/badge/Chakra--UI-319795?style=for-the-badge&logo=chakra-ui&logoColor=white)

## 💻 Screenshots

**Home Page:**
![homepage](https://user-images.githubusercontent.com/103636380/215857901-a9dba071-e33d-4768-aff9-8d62f933a02d.png)

**Navlist:**
![navlist](https://user-images.githubusercontent.com/103636380/215858035-caa4629f-0f87-45ee-b5e5-314426174bed.png)

**Landing Page:**
![body](https://user-images.githubusercontent.com/103636380/215859897-f34a12c4-3746-455d-8d17-31c3f013ed63.png)

**Body:**
![body (2)](https://user-images.githubusercontent.com/103636380/215859998-3d16d812-8978-4ec3-8745-e87d166252e1.png)

**Body2:**
![body3](https://user-images.githubusercontent.com/103636380/215860173-b92d3219-79ba-4a92-bc48-fd5ed0d0cb5d.png)

**Footer:**
![footer](https://user-images.githubusercontent.com/103636380/215860314-bc13aa46-80b2-4ba3-8245-3e0bfc94bbc9.png)

## 🚀 Demo

**Front-end deployed URL:**

https://incomparable-duckanoo-fe2112.netlify.app/

# Installation

Clone the project
```base
https://github.com/CodexPuneet/unwritten-boat-735.git
```
## Client-side usage

Go to the project directory

```bash
$ cd unwritten-boat-735 // go to client folder
$ yarn # or npm i // npm install packages
$ npm run start // run it locally

// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
````

This project was built during our construct week at Masai School. It was individual project and executed in 6 days.