Skip to content

okay-head/Blog-site

Repository files navigation

On the Blog

custom badge License: MIT Twitter: shash0_0

Full-stack blog site with a focus on CRUD functionality. Fully responsive

Site snapshot

Usage

Signed out 🔓

  • Visit the site and scroll through articles
  • Open and read an article in a separate view
  • Search for an article

Signed in 🔒

Create a new user account or use the following dummy credentials

username: cheems@doge.com
password: cheemsthedoge

Once signed in

  • Write a new article
  • Edit, delete and view your articles
  • Bookmark articles, view and manage your bookmarks
  • Edit your profile
  • Logout

Tech stack

Utilities

Install

This project is built with

pnpm v8.12.0
node v20.7.0
  1. If you want to install locally, fork and pull this repo, then run
pnpm install

    or

npm install
  1. Spin up the development server
pnpm dev

Continued development

  • Rewriting with typescript
  • Introduction of more user actions
  • Enforcing tests
  • Dark theme support

Author

👤 Shashwat Jaiswal

Show your support

Give a ⭐️ if you liked this project!

License

Copyright © 2023 Shashwat Jaiswal.
This project is MIT licensed.

Acknowledgements

Quick scaffolding readme by readme-md-generator