Skip to content

Releases: BitIron/BitIron-Frontend

Frontend v1.0.0

21 May 19:56
c45447b

Choose a tag to compare

Summary

  • Updated README with tech stack and project documentation.
  • Added Dockerfile + docker-compose for production deployment (Nginx).
  • Replaced all native alert() with custom Toastify notifications.
  • Secured all protected routes with JWT middleware.
  • All feature branches merged into develop before this release.

Checklist

  • Full CRUD implementation
  • JWT authentication and route protection
  • Brutalist UI with advanced visual feedback (Toastify)
  • Docker configuration for production
  • Documentation and Postman collection updated
  • Gitflow compliance