This repository is resume website. It is designed with a terminal-like interface and provides users with information through various commands.
You can visit the live website at: terminaly.vercel.app
- Next.js: I developed a web application using Next.js, a React-based framework.
- React.js: I used React.js to build the user interface.
- Tailwind CSS: Tailwind CSS was used to style the pages, resulting in a simple and fast design.
The web page accepts terminal-like commands from the user and provides specific information in response to these commands.
Sample Commands:
whoami
: Displays information about the user.whatsmyip
: Shows the user's current IP address with detail.clear
: Clear of stdin, stdout and stderr on terminal.help
: Shows all avaliable commands.- ...
Clone this repository to your local machine
git clone https://github.com/gokhangunduz/terminaly.git
Install all dependencies
npm install
Start this project for development
npm run dev
The application will be running at localhost:3000.
I welcome contributions of any kind. If you find a bug or have new features in mind, please submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.