Skip to content

ahmedsemih/Markdown-Blog-App

Repository files navigation

tw-ss-1

Typewriter

This is a markdown blog application. This app using static site generation with Next.js. All pages of this application are statically generated on the server. App is fully responsive, seo and accessibility friendly.

Live demo: https://typewriter-blog.vercel.app

💡 Features

  • Static Pages
  • Responsive UI
  • Accessibility
  • SEO
  • No Database

tw-lighthouse

🛠️ Built With

📸 Screenshots

Home Page

tw-home

Category Page

tw-category

Post Page

tw-post

🚩 Getting Started

First of all you need to clone the repository

git clone https://github.com/ahmedsemih/Markdown-Blog-App.git

Install dependencies

npm install --force

And run dev server

npm run dev