Coder Social home page Coder Social logo

sudokmaar / kmaar Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11.54 MB

Explore the portfolio of Abhishek Kumar, a Full Stack Developer skilled in JavaScript, React, Node.js, and Next.js. Discover innovative projects, frontend and backend expertise, and valuable insights in web development.

Home Page: https://kmaar.vercel.app

License: MIT License

TypeScript 93.50% CSS 6.39% JavaScript 0.12%
abhishek-kumar devfolio framer-motion full-stack-developer nextjs portfolio sanity tailwindcss kmaar abhishek

kmaar's Introduction

KMaar Portfolio

Overview

Welcome to KMaar Portfolio! This repository contains the source code for my personal portfolio website. It showcases my skills, projects, work experience, and provides insights into my journey as a developer. Feel free to explore and learn more about me.

Live Demo: KMaar Portfolio

Table of Contents

Features

  • Portfolio Presentation: Showcase your skills, projects, and work experience.
  • Responsive Design: Ensure a seamless experience across various devices and screen sizes.
  • Interactive Components: Engage visitors with interactive animations and user-friendly components.
  • Sanity CMS Integration: Manage and update your content easily through the Sanity headless CMS.
  • SEO Optimized: Enhance your online presence with search engine optimization techniques.
  • Page Transitions: Smooth and elegant animations while navigating between sections.
  • Highly Customizable: Tailor the portfolio to your own style and preferences.

Technologies Used

Getting Started

  1. Clone this repository: git clone https://github.com/SudoKMaar/kmaar.git
  2. Navigate to the project directory: cd kmaar
  3. Install dependencies: npm install
  4. Configure your Sanity CMS credentials in .env.local (See Configuration)
  5. Start the development server: npm run dev
  6. Open your browser and visit: http://localhost:3000

Configuration

  1. Create a .env.local file in the root directory.
  2. Set up your Sanity CMS credentials:
    NEXT_PUBLIC_EMAILJS_SERVICE_ID=your-service-id
    NEXT_PUBLIC_EMAILJS_TEMPLATE_ID=your-template-id
    NEXT_PUBLIC_EMAILJS_PUBLIC_KEY=your-public-key
    NEXT_PUBLIC_SANITY_PROJECT_ID=your-sanity-project-id
    NEXT_PUBLIC_SANITY_DATASET=your-sanity-dataset
  3. Replace the placeholders (your-service-id, your-template-id, your-public-key, your-sanity-project-id, your-sanity-dataset, your-sanity-api-version, and your-project-url) with your actual values.

Remember to keep this .env.local file private and not share it in public repositories as it contains sensitive information.

Once you've set up your .env.local file with these variables, you can reference them in your code using process.env.NEXT_PUBLIC_VARIABLE_NAME. For example:

const emailjsServiceId = process.env.NEXT_PUBLIC_EMAILJS_SERVICE_ID;
const sanityProjectId = process.env.NEXT_PUBLIC_SANITY_PROJECT_ID;
// ... and so on

Make sure to use these variables wherever they are needed in your code to keep your credentials secure and separate from your source code.

Usage

  1. Customize the content in Sanity CMS to match your portfolio details.
  2. Modify the code and components in the project to fit your personal brand.
  3. Update the metadata, keywords, and social media information in the METADATA section.
  4. Add your own projects, skills, and experiences by following the provided schema definitions.

Contributing

Contributions are welcome! Feel free to open issues and pull requests.

License

This project is licensed under the MIT License.

kmaar's People

Contributors

sudokmaar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.