Read our goals and roadmap here.
A portfolio site template that looks and feels like a terminal.
Production: https://my-terminal-portfolio.vercel.app/
git clone https://github.com/thtauhid/terminal-portfolio
cd terminal-portfolio
npm install
To run the development server:
npm run dev
To build the project:
npm run build
Vite: Vite is a build tool that helps make your web development faster by providing quick development server and efficient production builds.
React: React is a JavaScript library for building user interfaces. It helps create interactive and reusable components for web applications.
React Hook Form: React Hook Form is a library for managing and validating form input in React applications. It simplifies form handling.
TypeScript: TypeScript is a programming language that adds static typing to JavaScript, making it easier to catch and prevent common errors in your code.
ESLint: ESLint is a tool for identifying and fixing common errors and maintaining code quality in JavaScript and TypeScript.
Tailwind CSS: Tailwind CSS is a utility-first CSS framework that simplifies styling by providing pre-built classes for common styles.
Vercel Analytics: This is a package for adding analytics and monitoring to your web application, often used for tracking user interactions and performance.
You can deploy this project to any static site hosting service.
Some of the popular ones are:
Vercel is a recommended platform for deploying your terminal-portfolio. Here are the steps to deploy your project to Vercel and enable Vercel Analytics:
Sign in to your Vercel account or create one if you don't have an account yet.
Install the Vercel CLI by running the following command:
npm install -g vercel
vercel login
cd terminal-portfolio
vercel
Follow the prompts to configure your deployment settings. Make sure to choose a domain name and set up the deployment environment according to your preferences.
Once the deployment is complete, your terminal-portfolio will be live on Vercel, and Vercel Analytics will be enabled by default, providing you with valuable insights into your website's performance.
Feel free to open an issue if you find a bug or want to suggest a feature.
hacktoberfest-accepted
label after reviewing and accepting your pull request.Made with contrib.rocks.
MIT License