Skip to content

Sa-YoorHeadley/digital-business-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Business Card

Sa-Yoor Headley

Front End Developer

About

I am a Front End Developer interested in solving problems with creative solutions.

I am very good at analyzing and destructuring problems to find the most effective solution.

I am always learning and bettering myself.

Interests

  • Music
  • Games
  • Problem Solving
  • Learning
  • Movies and TV Shows




Digital Business Card

Digital Business Card SPA made using React

last update open issues


Description

This is my solution to the Digital Business Card project on Scrimba.

Concepts Used

  • Components
  • Props
  • CSS Flexbox, Positioning

Tech Stack

  • React
  • Javascript
  • SCSS
  • HTML

screenshot

Live URL


Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Run Locally

Clone the project

git clone https://github.com/Sa-YoorHeadley/digital-business-card.git

Go to the project directory

cd digital-business-card

Install all the npm packages.

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000


Acknowledgements