Skip to content

This is a portfolio of my work built using React . The react-app shows my projects, details about myself and ways recruiters can contact me, including EmailJS. Includes features of dark mode/light mode and 'glowing' pointer cursor to navigate the page.

License

Notifications You must be signed in to change notification settings

tebohonthako/teboho-n-porfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple portfolio to demonstrate my work as a developer built with React.

[![react portfolio] (https://teboho-nthako-portfolio.netlify.app/)

Features

  • Fully Responsive
  • Multi-Page Layout
  • Contact Form With EmailJs
  • React-Bootstrap

Setup

Get the code

git clone https://teboho-nthako-portfolio.netlify.app/.git

Install required dependencies

npm install

Start the server

npm start

More

How to bootstrap in react

npm install bootstrap --save // Inside of your command line

import 'bootstrap/dist/css/bootstrap.min.css'; // Inside of your index.js

How to Add Bootstrap to React

//1.run the following command in cmd:

npm install bootstrap --save

//you can now use bootstrap component. example: import { Button } from 'react-bootstrap';

//2.or add this to index.js:

Deployment

Netlify Status

Thanks

About

This is a portfolio of my work built using React . The react-app shows my projects, details about myself and ways recruiters can contact me, including EmailJS. Includes features of dark mode/light mode and 'glowing' pointer cursor to navigate the page.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published