Portfolio 💫

Desktop 💻

mockup

📝 Description

This is a simple portfolio website built using HTML, CSS, JavaScript, Tailwind CSS and Vite(daisyUI) . It includes a responsive design that works well on both desktop and mobile devices. The website is designed to showcase your skills, experience, and achievements.

💻 Technologies

  • HTML
  • CSS
  • JavaScript
  • Tailwind CSS
  • Vite
  • daisyUI
  • React
  • Node.js
  • MIT License
  • Abhishek Patel

📦 Installation

To install this project, follow these steps:

mockup Vite

npm create vite@latest ./portfolio

npm install

pnpm install

pnpm run dev

mockupTailwind CSS

## Install Tailwind CSS
npm install -D tailwindcss postcss autoprefixer

npx tailwindcss init -p

## Add the following to your tailwind.config.js file
 content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
  ],

## paste in index.css file
@tailwind base;
@tailwind components;
@tailwind utilities;

## run devlopment server
npm run dev

mockup daisyUI

npm i -D daisyui@latest

module.exports = {
  //...
  plugins: [
    require('daisyui'),
  ],
}

Use Form Getform.io

<form action="https://formget.io/f/xxxxxxxxxx" method="POST">
  <input type="text" name="name" placeholder="Name" required>
  <input type="email" name="email" placeholder="Email" required>
  <textarea name="message" placeholder="Message" required></textarea>
  <button type="submit">Submit</button>
</form>

mockup About

This is a simple portfolio website built using HTML, CSS, and JavaScript. It includes a responsive design that works well on both desktop and mobile devices.

mockup Features

  • Responsive design that works well on both desktop and mobile devices
  • Navigation menu with dropdowns
  • Gallery section with images and captions
  • About section with bio and contact information
  • Contact form with validation
  • Dark mode toggle

mockup Getting Started

To get started, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the project in your preferred code editor.
  3. Customize the CSS and JavaScript files as needed.
  4. Test the website on different devices and browsers.

mockup Customization

You can customize the website by modifying the CSS and JavaScript files. Here are some suggestions:

  • Change the font family and size of the text.
  • Modify the colors of the website to match your preferences.
  • Add or remove images and captions from the gallery section.
  • Update the contact form with your own fields and validation rules.

mockup Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

mockup License

This project is licensed under the MIT License.

MIT License