React js UI example. job categories cards

React js UI example and template, job categories cards! . Take a look at this UI example and see how it can enhance your project. Your can copy or download the code and use it in your project. Don't forget to browse our library of other free React Native templates for even more design and functionality inspiration. Happy coding!
Tags: job,categories,cards

1. First, we need fresh reactjs setup, and for that, we need to run below commands into out terminal, and also we should have latest node version installed on our system:

npx create-react-app my-awesome-project

cd my-awesome-project

npm start

2. Now we need to run below commands into our project terminal to get bootstrap and related modules into our reactjs application:

npm install [email protected] --save

npm start //For start project again

3. Finally for the main output, we need to add below code into our my-awesome-project/src/App.js file or if you have fresh setup then you can replace my-awesome-project/src/App.js file code with below code:

import React from 'react';
import './App.css';
import 'bootstrap/dist/css/bootstrap.min.css';


function App() {
  
	return (
		<div>
			
<div class="container">
    <div class="row mb-4">
        <div class="col-lg-4 col-md-6 mb-4">
            <div class="card hover-lift hover-shadow-xl shadow-sm border-0">
                
                <div class="card-body p-4">
                    <div class="d-flex mb-4 align-items-center">

                        
                        <div class="flex-grow-1 d-flex align-items-center">
                            
                            <div class="width-5x height-5x p-2 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt=""/>
                            </div>
                        </div>
                    </div>
                    <h5>Business Management</h5>
                    <p class="mb-0 text-muted">124 Jobs opportunities</p>
                </div>
                
                <a href="#!" class="stretched-link"></a>
            </div>
        </div>
        <div class="col-lg-4 col-md-6 mb-4">
            <div class="card hover-lift hover-shadow-xl shadow-sm border-0">
                
                <div class="card-body p-4">
                    <div class="d-flex mb-4 align-items-center">

                        
                        <div class="flex-grow-1 d-flex align-items-center">
                            
                            <div class="width-5x height-5x p-2 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt=""/>
                            </div>
                        </div>
                    </div>
                    <h5>UI Designer</h5>
                    <p class="mb-0 text-muted">76 Jobs opportunities</p>
                </div>
                
                <a href="#!" class="stretched-link"></a>
            </div>
        </div>
        <div class="col-lg-4 col-md-6 mb-4">
            <div class="card hover-lift hover-shadow-xl shadow-sm border-0">
                
                <div class="card-body p-4">
                    <div class="d-flex mb-4 align-items-center">

                        
                        <div class="flex-grow-1 d-flex align-items-center">
                            
                            <div class="width-5x height-5x p-2 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt=""/>
                            </div>
                        </div>
                    </div>
                    <h5>Software Engineer</h5>
                    <p class="mb-0 text-muted">54 Jobs opportunities</p>
                </div>
                
                <a href="#!" class="stretched-link"></a>
            </div>
        </div>
        <div class="col-lg-4 col-md-6 mb-4">
            <div class="card hover-lift hover-shadow-xl shadow-sm border-0">
                
                <div class="card-body p-4">
                    <div class="d-flex mb-4 align-items-center">

                        
                        <div class="flex-grow-1 d-flex align-items-center">
                            
                            <div class="width-5x height-5x p-2 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt=""/>
                            </div>
                        </div>
                    </div>
                    <h5>Sales &amp; Marketing</h5>
                    <p class="mb-0 text-muted">28 Jobs opportunities</p>
                </div>
                
                <a href="#!" class="stretched-link"></a>
            </div>
        </div>
        <div class="col-lg-4 col-md-6 mb-4">
            <div class="card hover-lift hover-shadow-xl shadow-sm border-0">
                
                <div class="card-body p-4">
                    <div class="d-flex mb-4 align-items-center">

                        
                        <div class="flex-grow-1 d-flex align-items-center">
                            
                            <div class="width-5x height-5x p-2 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt=""/>
                            </div>
                        </div>
                    </div>
                    <h5>Data Science</h5>
                    <p class="mb-0 text-muted">14 Jobs opportunities</p>
                </div>
                
                <a href="#!" class="stretched-link"></a>
            </div>
        </div>
        <div class="col-lg-4 col-md-6 mb-4">
            <div class="card hover-lift hover-shadow-xl shadow-sm border-0">
                
                <div class="card-body p-4">
                    <div class="d-flex mb-4 align-items-center">

                        
                        <div class="flex-grow-1 d-flex align-items-center">
                            
                            <div class="width-5x height-5x p-2 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt=""/>
                            </div>
                            
                            <div class="width-5x height-5x p-2 ms-n3 bg-white shadow-sm position-relative flex-center rounded-circle border">
                                <img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt=""/>
                            </div>
                        </div>
                    </div>
                    <h5>Content Creator</h5>
                    <p class="mb-0 text-muted">7 Jobs opportunities</p>
                </div>
                
                <a href="#!" class="stretched-link"></a>
            </div>
        </div>
    </div>
</div>
		</div>
	);
}
export default App;

4. Now we need to add below code into our my-awesome-project/src/App.css file :


body{margin-top:20px;
background:#eee;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.height-5x {
    height: 3rem!important;
}
.width-5x {
    width: 3rem!important;
}
.flex-center {
    justify-content: center!important;
}
.flex-center {
    align-items: center!important;
}
.rounded-circle {
    border-radius: 50%!important;
}

.align-items-center {
    align-items: center!important;
}
.flex-grow-1 {
    flex-grow: 1!important;
}
.d-flex {
    display: flex!important;
}

.position-relative {
    position: relative!important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(13,15,12,.075)!important;
}

.ms-n3 {
    margin-left: -1rem!important;
}

Similar snippets

React js template and ui example profile cards with social links

profile cards with social links

React js template and ui example Presentation cards

Presentation cards

React js template and ui example simple user card

simple user card

React js template and ui example bs4 seller cards

bs4 seller cards

React js template and ui example bs5 dark footer

bs5 dark footer

React js template and ui example profile videos

profile videos

React js template and ui example bs4 payment list

bs4 payment list

React js template and ui example bs4 File Manager

bs4 File Manager