This solo project includes a blog and some webpages demonstrating my experience, skills, projects, courses taken, etc.
I used Next.js
framework for routing and Tailwind CSS
for styling. I also practiced React
with the project.
I also tried some new npm packages. For example, I used react-markdown
for rendering markdown content, and gray-matter
for parsing parameters at the beginning of markdown files.
Thanks to the packages mentioned above, I can now put markdown files in a directory (or its subdirectories) and the corresponding blog pages will be generated automatically.
The project is deployed on Vercel
.