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

https://github.com/tasxatzial/digital-business-card


https://github.com/tasxatzial/digital-business-card

scrimba scrimba-react scrimba-soloproject

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Digital Business Card

A simple static card component built with React.

This is a solo project from the React basics module of the [Frontend Career Path](https://scrimba.com/learn/frontend) course on [Scrimba](https://scrimba.com).

[Live version](https://tasxatzial.github.io/digital-business-card/)

## Implementation

* Responsive.
* Accessible + screen reader friendly.

Since I've had access to the Figma file, I've tried to match the design as closely as possible. However, I decided to adjust some elements based on what I considered to be the best approach. Specifically:

* The font sizes were quite small, therefore they were scaled to 150%.
* The low contrast of the 'frontend developer' text has been fixed.

## Dependencies

This is a basic React project created with Vite.

## Run locally

Install the required packages:

```bash
npm install
```

Run the development version:

```bash
npm run dev
```

Build the project:

```bash
npm run build
```

Build & serve the production version:

```bash
npm run serve
```

## Screenshots

See [screenshots](screenshots/).