A React-based web application built for PT Aksamedia Mulia Digital's frontend developer internship test. Implements authentication, CRUD operations, and theme switching with full responsiveness.
-
Authentication System
- Login/logout functionality
- Protected routes
- User session persistence
-
CRUD Operations
- Create, Read, Update, Delete
- Search and filter
- Custom pagination
-
UI/UX
- Dark/light mode + system preference
- Responsive design (mobile/tablet/desktop)
- Custom components (no UI libraries)
- React.js
- Tailwind CSS
- React Router
- LocalStorage API
- Node.js v16+
- npm or yarn
git clone https://github.com/your-repo.git
cd project-folder
npm install