Skip to content

v1.0.0

Latest

Choose a tag to compare

@fhmiibrhimdev fhmiibrhimdev released this 22 Sep 04:43
· 0 commits to main since this release

Added

  • Initial project setup with React 18 + TypeScript + Vite
  • Basic page structure for multi-role application
  • Admin dashboard page component (/src/pages/app/admin/Dashboard.tsx)
  • User dashboard page component (/src/pages/app/user/Dashboard.tsx)
  • Authentication pages (Login and Register) in /src/pages/auth/
  • Guest pages (Home and About) in /src/pages/guest/
  • Layout components structure:
    • App Layout with Header, Sidebar, Footer components
    • Auth Layout for authentication pages
    • Guest Layout for public pages
  • Organized project structure with dedicated folders:
    • components/ for reusable UI components
    • hooks/ for custom React hooks
    • services/ for API integrations
    • types/ for TypeScript definitions
  • ESLint configuration for code quality
  • Vite configuration for development and build processes

Full Changelog: https://github.com/fhmiibrhimdev/react-ts-vite-stisla/commits/v1.0.0