Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminuaminaldo/rrgraph-clone
This project was assigned as a task during the interview process.
https://github.com/aminuaminaldo/rrgraph-clone
Last synced: 17 days ago
JSON representation
This project was assigned as a task during the interview process.
- Host: GitHub
- URL: https://github.com/aminuaminaldo/rrgraph-clone
- Owner: aminuaminaldo
- Created: 2024-11-11T16:53:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-13T17:22:01.000Z (about 1 month ago)
- Last Synced: 2024-11-13T18:28:50.677Z (about 1 month ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh## Components Overview
### 1. **Header Component**
Displays a responsive header with a logo and navigation links.
![Header Screenshot](./src/assets/Header.png)
---
### 2. **LandPage Component**
Displays the landing page for the project.
![LandPage Screenshot](./src/assets/Landpage.png)
---
### 3. **Partners Component**
Displays a grid of partner logos.
![Partners Screenshot](./src/assets/Partners.png)
---
### 4. **Services Component**
Displays a grid of services.
![Services Screenshot](./src/assets/Services.png)---
### 5. **Achievements Component**
Displays a grid of achievements.
![Achievements Screenshot](./src/assets/Achievements.png)---
### 6. **Advantage Component**
Displays a grid of advantages.
![Advantage Screenshot](./src/assets/Advantages.png)---
### 7. **Footer Component**
Displays a responsive footer with copyright information.
## ![Footer Screenshot](./src/assets/Footer.png)
---
## Project Walkthrough
[![Watch the walkthrough](./src/assets/walkthrough.png)](./src/assets/rrdesign-scree-record.mov)
Click the link to view the short video walkthrough showing all components in action.
---
### Running the Code
Follow these steps to set up and run the project locally:
#### Step-by-Step Instructions
1. **Prerequisites**: Node.js (v14 or higher), npm (v6 or higher)
2. **Clone the Repository**: `git clone https://github.com/aminuaminaldo/rrgraph-clone.git`
3. **Install Dependencies**: `npm install`
4. **Run the Code**: `npm start`
5. **Verify the Output**: Open your web browser and navigate to `http://localhost:3000`. You should see the project's homepage.