Skip to content

devikaharshey/projectfolio

Repository files navigation

ProjectFolio

Screenshot 2024-12-20 023030

My project "Projectfolio-A portfolio of the projects!" is designed to guide others through the process of building successful web development projects. It emphasizes the importance of choosing the right tech stack, understanding core concepts, and utilizing GitHub for version control and project management. Through a selection of six featured projects, I demonstrate the techniques and strategies I’ve learned, offering insights on how to approach, build, and showcase web development projects effectively.

📑 Index

🚀 Getting Started

To get started with ProjectFolio, follow these steps:

Prerequisites

Make sure you have Node.js installed on your machine. You can download it from here.

Installation

  1. Clone the repository:

    git clone https://github.com/devikaharshey/projectfolio.git
  2. Navigate to the project directory:

    cd projectfolio
  3. Install the dependencies:

    npm install

    or

    yarn install

Running the Development Server

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist.

🛠 Tech Stack

  • Next.js Next.js
  • Node.js Node.js
  • TypeScript TypeScript
  • TailwindCSS TailwindCSS
  • Framer Motion Framer Motion
  • React React
  • Three.js Three.js

📚 Learn More

To learn more about Next.js, take a look at the following resources:

You can also check out the Next.js GitHub repository - your feedback and contributions are welcome!

🚀 Deploy on Vercel

The easiest way to deploy your Next.js app is to use Vercel, the creators of Next.js.

Check out the Next.js deployment documentation for more details.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.