A personal website built with Next.js, TypeScript, and Tailwind CSS.
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.
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.
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:
- Clone the repository:
git clone https://github.com/jsantanders/jsantanders.dev.git
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and navigate to
http://localhost:3000
to see the website running locally.
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.
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!