/jsantanders.dev

Personal website. It is implemented using Nextjs and Markwdown and deployed to Vercel

Primary LanguageTypeScript

jsantanders.dev

A personal website built with Next.js, TypeScript, and Tailwind CSS.

About

Welcome to the inners of my personal website, jsantanders.dev This website is built using Next.js, TypeScript, and Tailwind CSS.

On this website, you can learn more about me, my work, and my interests. You can also find links to my social media profiles and contact information.

Credits

This website was made possible with the help of various tools and resources. I would like to give credit to the following:

  • Next.js for providing an excellent framework for building React applications.
  • TypeScript for adding static typing to JavaScript, making my code more robust and maintainable.
  • Tailwind CSS for providing a utility-first CSS framework that allowed me to quickly style my website.
  • Vercel for providing a platform to deploy my website and make it accessible to the world.
  • Content Collections for parsing and rendering MDX
  • sdorra.dev as inspiration for building my site.
  • react-github-calendar as an inspiration for the Github Activity Calendar.
  • react-rating as inspiration for building post rating.
  • shadcn ui for UI components.

Getting started

To get started with this website, you can clone the GitHub repository and run it locally on your machine. To do this, follow these steps:

  1. Clone the repository: git clone https://github.com/jsantanders/jsantanders.dev.git
  2. Install the dependencies: npm install
  3. Start the development server: npm run dev
  4. Open your web browser and navigate to http://localhost:3000 to see the website running locally.

Tools and technologies used

This website was built using the following tools and technologies:

  • 🔥 Next.js as a React framework.
  • 🔧 TypeScript for static typing and type checking.
  • 🎨 Tailwind CSS for styling.
  • 📝 Markdown for writing blog posts.
  • 📦 Vercel for deployment.

Who This Repo is For

This repo is mostly for me. I, like many of you, host my code on GitHub for reasons of portability, ease of work, and peace of mind. Beyond my own needs, I have also open-sourced this repo for you, the reader (and most likely developer). Hopefully you will find something useful here.

Thank you for visiting my website!