Skip to content

coderanik/Anik-Das

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

Welcome to my personal portfolio website! This site showcases my skills, projects, and experience as a [Your Profession]. It’s a place where you can explore my work, learn more about me, and get in touch.

Features

  • Home Page: Introduction to who I am and what I do.
  • About Me: Detailed information about my background, experience, and skills.
  • Stacks , SoftSkills ,Works: A collection of my work and the technologies I’ve used.
  • Contact Me: A way to reach out to me via email or through social media links.

Technologies Used

  • HTML5: For the structure of the website.
  • CSS5: For styling the website with a modern design.
  • JavaScript: For interactive features and functionality.
  • ExpressJS: A JavaScript library for creating backends .
  • Node.js: A JavaScript runtime for server-side development.
  • Bootstrap/Tailwind CSS: Frontend framework for responsive design.

Installation

To view or edit the portfolio locally, follow these steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/your-username/portfolio-website.git
    
  2. Navigate to the project directory:
    cd portfolio-website
    
  3. Install the necessary dependencies:
    npm install
    
  4. Run the website locally:
    npm start
    
  5. Open your browser and navigate to http://localhost:3000 to view the website.

Project Structure

├── api/
│   └── repositories.js       # Handles API logic and data operations
├── node_modules/             # Contains project dependencies (auto-generated)
├── public/                   # Static files and assets
│   ├── assets/               # Folder containing images and icons
│   │   ├── images/           # Stores image files
│   │   └── icons/            # Stores icon files
│   ├── code.js               # Frontend JavaScript logic
│   ├── style.css             # CSS for styling the application
│   └── index.html            # Main HTML file for the application
├── package-lock.json         # Auto-generated lockfile for exact dependency versions
├── package.json              # Project metadata, scripts, and dependencies
├── README.md                 # Project documentation (you are here!)
├── server.js                 # Server-side logic and request handling
└── vercel.json               # Configuration file for deployment on Vercel

About

Modified Portfolio Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published