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://montymahato.github.io/terminal-portfolio
Clone this repository to your local machine:
git clone https://github.com/montymahato/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
This project is licensed under the MIT License - see the LICENSE file for details.