tebohonthako / teboho-n-porfolio

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.

Home Page:https://teboho-nthako-portfolio.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

License:MIT License


Languages

Language:JavaScript 66.5%Language:CSS 32.0%Language:HTML 1.6%