Code Monkey home page Code Monkey logo

amitchauhan-v2's Introduction

Portfolio

This portfolio is crafted using Next.js

๐Ÿ–ฅ๏ธ Technologies Used

  • Nextjs.js : A React-based, open-source framework for building efficient and scalable web applications.
  • Tailwind CSS : A utility-first CSS framework for rapid UI development.
  • TypeScript: A typed superset of JavaScript that provides enhanced tooling and developer productivity.
  • Framer motion: A React animation library that brings motion to your user interfaces.
  • Nodemailer: A Node.js library facilitating easy email integration with features like attachment handling, HTML content, and support for various email services.

๐ŸŒ Open Source

Feel free to use it as a template for your own portfolio or any other projects. You are granted the freedom to modify, distribute, and use the code for any purpose, unleashing your creativity without any restrictions.

If you have any improvements, ideas or find any bugs, don't hesitate to submit a pull request or open an issue.

๐Ÿ›‘ Important Note

  1. Do not push your Nodemailer pass on Github as it can give access to your google email. Use .env file
  2. Use Nextjs api routes for nodemailer transporters and send mail function as they only run on server and cannot expose your google app variables to client.

โœ‰๏ธ Setup Nodemailer

Create Nodemailer User and Password

  1. Go to your Google Mail app or any other Google App.
  2. Click on your Profile
  3. Click on Manage your Google Account
  4. Go to Security
  5. Under How you sign in Google go to 2-Step Verification
  6. Under 2-Step Verification go to App passwords
  7. Create an app (e.g., portfolio-nodemailer), and copy the generated password securely. Use it as the value for the NODEMAILER_PASS variable and your email as the value for NODEMAILER_USER variable in .env file. [Note: Passwords are not visible once closed; if forgotten, delete the old app and create a new one.]

โœจ Seo

  1. The project automatically generates sitemap.xml and robots.txt files within the public folder by leveraging the project's file structure. This process is initiated through the scripts located at src/scripts/generateSitemap.mjs, executed either after the project is built or by running the command pnpm sitemap.
  2. It's important to note that dynamic routes, identified by file or folder names in square brackets (e.g., [segmentName], [id], or [slug]), are excluded from the sitemap.xml.
  3. To facilitate Google Search Console verification, you can insert the Google Site Verification tag content within the src/data/siteMetadata.mjs file.

๐Ÿ› ๏ธ Development setup

Step 1 - Install dependencies

pnpm install

Step 2 - Run the development server

pnpm dev

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

amitchauhan-v2's People

Contributors

bumbaiya 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.