A simple portfolio to demonstrate my work as a developer built with React.
[![react portfolio] (https://teboho-nthako-portfolio.netlify.app/)
- Fully Responsive
- Multi-Page Layout
- Contact Form With EmailJs
- React-Bootstrap
Get the code
git clone https://teboho-nthako-portfolio.netlify.app/.git
Install required dependencies
npm install
Start the server
npm start
npm install bootstrap --save // Inside of your command line
import 'bootstrap/dist/css/bootstrap.min.css'; // Inside of your index.js
//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: