Skip to content

Latest commit

 

History

History
104 lines (76 loc) · 2.85 KB

readme.md

File metadata and controls

104 lines (76 loc) · 2.85 KB

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: [email protected]
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