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/
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)
- Next.js
- React
- TypeScript
- TailwindCSS
- Axios
- Vercel