Skip to content

a social media application for software developers - built with React, Node, Express and MongoDB

Notifications You must be signed in to change notification settings

a-soliman/dev-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Features - #1 - Font Awesome usage:

import React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'

        export const Food = () => (
        <div>
            Favorite Food: <FontAwesomeIcon icon="stroopwafel" />
        </div>
        )