https://github.com/ompreetham/fylo-data-storage-component
Flyo Data Storage Component Challenge on Frontend Mentor.io.
https://github.com/ompreetham/fylo-data-storage-component
component css data front-end front-end-development frontend frontend-mentor frontendmentor-challenge fylo html react render scss storage vite website
Last synced: 3 months ago
JSON representation
Flyo Data Storage Component Challenge on Frontend Mentor.io.
- Host: GitHub
- URL: https://github.com/ompreetham/fylo-data-storage-component
- Owner: OmPreetham
- License: mit
- Created: 2024-04-02T20:57:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T02:12:09.000Z (about 2 years ago)
- Last Synced: 2024-04-17T07:56:54.557Z (about 2 years ago)
- Topics: component, css, data, front-end, front-end-development, frontend, frontend-mentor, frontendmentor-challenge, fylo, html, react, render, scss, storage, vite, website
- Language: SCSS
- Homepage: https://ompreetham.github.io/fylo-data-storage-component/
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flyo Data Storage Component Challenge
This is a solution to the Flyo Data Storage Component Challenge on Frontend Mentor.io. It's a component aimed to display data storage usage in a visually appealing and informative way.
## Features
- Responsive design that adapts to various screen sizes.
- Testimonials cards with appropriate styling.
- BEM naming convention for CSS classes.
- Utilization of SCSS for efficient styling and modularity.
### Previews
Desktop

Mobile

## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Make sure you have Node.js and npm (or yarn) installed on your machine.
### Installation
1. Clone this repository to your local machine using the following command:
```
git clone https://github.com/OmPreetham/fylo-data-storage-component.git
```
1. Navigate into the project directory:
```
cd fylo-data-storage-component
```
1. Install dependencies using npm:
```
npm install
```
## Usage
To run the project, use the following command:
```
npm run dev
```
This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
## Build
To build the project for production, use the following command:
```
npm run build
```
This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.
## Build
To build the project for production, use the following command:
This will create an optimized build of the project in the `dist` directory.
## Additional Information
- This project was scaffolded using Vite, a blazing fast frontend build tool.
- It uses React for building the user interface.
- Feel free to customize the project according to your needs.
## License
This project is licensed under the [MIT License](LICENSE).