Menu Close

A Terminal-like website created with React using TypeScript

A Terminal-like website created with React using TypeScript

Terminal Web Portifolio

A terminal-like website with custom commands that simulates the use of a linux terminal inside the browser.

🚀 Demo

https://franciscogsilverio.github.io/Terminal-WebPortfolio/

Project Screenshots:

project-screenshot

🧐 Features

Here’re some of the project’s best features:

  • Screen responsivity
  • Animations
  • Http requests with React-query
  • CSS in Js with Styled Components
  • Automated tests with Jest and React Testing Library

🛠️ Installation Steps:

1. Clone the repository

git clone https://github.com/FranciscoGSilverio/Terminal-WebPortfolio.git

2. Change the directory to the terminal

cd terminal

3. Install the dependecies

npm install

4. Start the app

npm start

💻 Built with

Technologies used in the project:

  • React
  • Typescript
  • React-query
  • Styled-components
  • Context-API
  • GitHub API
View Source Code
Posted in React, TypeScript