Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.27 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.27 KB

Scrimba - Digital Business Card solution

This is a solution to the Digital Business Card solo project on Scrimba. Scrimba helps you improve your coding skills by building realistic projects.

Table of contents

Overview

Requirements

  • Build from scratch!
  • Fill in your own information
  • Separate components for:
    • Info (photo, name, buttons, etc.)
    • About
    • Interests
    • Footer (social icons)

Screenshot

screenshot

Links

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

If you want to see the final product, in the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • React.JS
  • Flexbox

Useful resources

  • ReactJS - How to set up a local development environment on your computer
  • StackOverflow - 'React' must be in scope when using JSX react/react-in-jsx-scope
  • StackOverflow - Dynamically change color to lighter or darker by percentage CSS
  • ExError - ‘react-scripts’ is not recognized as an internal or external command in ReactJS
  • NPMJS - Dependency to use FontAwesome's brands icons

Author