Skip to content

tausif1337/tausif1337.dev

Repository files navigation

Portfolio Website

Welcome to my personal portfolio website! This project showcases my work, skills, and experiences as a software engineer. It is built using React and serves as a platform to demonstrate my projects, share my resume, and allow potential employers or clients to get in touch.

Table of Contents

Overview

This portfolio website is designed to highlight my professional experience and personal projects. It includes detailed project descriptions, skills, and contact information. Each project has its dedicated page for a deeper dive into the technologies and details.

Features

  • Responsive Design: Works on both desktop and mobile devices.
  • Interactive UI: A modern and clean user interface with intuitive navigation.
  • Project Pages: Each project has a detailed page showcasing its purpose, technologies used, and key features.
  • Skills Section: A display of my technical proficiencies.
  • Contact Form: Allows visitors to reach out directly.
  • Hero Section: Captivating introduction to grab the user's attention.

Technologies Used

  • React: Core framework for building the UI.
  • React Router: For client-side routing to navigate between different pages.
  • CSS: Styling for the components and layout.
  • React Icons: Used for including vector icons and social media links.
  • Webpack/Babel: For bundling and transpiling the application.

Installation

Follow these steps to set up and run the project locally:

  1. Clone the repository: ```bash git clone https://github.com/tausif1337/tausif1337.dev.git cd tausif1337.dev ```

  2. Install dependencies: Make sure you have Node.js installed, then run: ```bash npm install ```

  3. Run the development server: ```bash npm start ```

  4. Build for production: To create a production build, run: ```bash npm run build ```

Usage

  • Open your browser and navigate to `http://localhost:3000\` to see the app running locally.
  • Navigate through the portfolio using the links and buttons provided.
  • Click on project cards to view more detailed information about each project.

Folder Structure

``` tausif1337.dev/ │ ├── public/ │ ├── index.html │ └── ... │ ├── src/ │ ├── components/ │ │ ├── Header.js │ │ ├── Hero.js │ │ ├── About.js │ │ ├── Skills.js │ │ ├── Experience.js │ │ ├── Projects.js │ │ └── Contact.js │ │ │ ├── pages/ │ │ ├── ImplantSupportSystem.js │ │ ├── SmartParkingSystem.js │ │ ├── FaceRecognitionAttendance.js │ │ ├── LabManagementSystem.js │ │ ├── ERPSystem.js │ │ └── CMSSystem.js │ │ │ ├── assets/ │ │ └── images/ │ │ │ ├── App.js │ ├── index.js │ └── styles.css │ └── README.md ```

Screenshots

Home Page

Home Page Screenshot

Project Page Example

Project Page Screenshot

Note: Add your actual screenshots in the `assets/screenshots` directory.

License

This project is licensed under the MIT License. Feel free to use and modify it as per your needs.

Contact

For any questions or collaboration, please reach out through the contact form on the website or via tausif1337@gmail.com.