Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.94 KB

File metadata and controls

31 lines (26 loc) · 1.94 KB

Blog frontend with NextJS_Tailwind

This repo is the front end portion of a blogging app that allows users to write a blog post consisting of a photo, title, and content. All posts are public. Only signed up users can write or edit their posts.

Visit the site here: https://next-js-tailwind-three.vercel.app/

Screenshots of mobile ui

home-screen

my posts 1

my posts 2

add post

edit post

nav signed

nav unsigned

signup

Installation

This should be used in combination with https://github.com/MattB09/blog_backend

  • clone the repo
  • cd into root directory
  • Run 'npm install'
  • Run 'npm run dev' to start the server at localhost:3000.
  • Open localhost:3000 in your browser (The app will crash if the backend server is not running)

Technologies used

  • Next.js
  • React
  • TypeScript
  • TailwindCSS
  • Axios
  • Vercel