This is a simple portfolio website created using React. It mimics a command-line terminal, but is also interactive.
Responsive Design: The portfolio is fully responsive and looks great on desktop and mobile devices.
Interactive Terminal: Users can interact with the portfolio by typing commands just like in an actual terminal.
Customizable Content: You can easily customize the portfolio, add your projects, skills, and hyperlinks, and add or modify commands.
Check the live website: https://kenni001.github.io/Terminal_Portfolio/
Clone this repository to your local machine:
git clone https://github.com/Kenni001/Terminal_Portfolio.git
Navigate to the project directory:
cd terminal-portfolio
Install the dependencies:
npm install
Start the development server:
npm start
Open your web browser and visit http://localhost:3000 to view your terminal portfolio.
React, JavaScript, HTML, CSS
We welcome contributions from the community! If you have suggestions for improvements, new features, or bug fixes, please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.