A terminal styled website, built with react and deployed to github pages
Terminal Portfolio Website by TheDanniCraft
A terminal styled website, built with react and deployed to github pages.
Features
- Responsive Design 📱💻
- View command history 📖
- Use arrow keys to navigate in command history ⬆️⬇️
Tech Stack
Frontend – React
Deployment – Github Pages
Running Locally
Clone the project
https://github.com/TheDanniCraft/TerminalWebsite.git
Go to the project directory
cd TerminalWebsite
Remove remote origin
git remote remove origin
Install dependencies
npm install
Start the server
npm run dev
Inspiration and Credits
I was inspired by these people/projects. Without them I wouldn’t even had the idea to build this in the first place, so thanks to all of them! All codes are written on my own.