🚧 Work in progress
Component | Description | Status |
---|---|---|
Button | Button Component | ✅ |
Card | Card Component | ✅ |
Collapsible | Collapsible Component | ✅ |
Dropdown | Dropdown Component | ✅ |
Select | Select Component | ✅ |
Autocomplete | Form Component | ✅ |
Form | Form Component | ✅ |
Header | Header Component | ✅ |
Icons | Icons Component | ✅ |
Stats | Statistic Component | ✅ |
Some components maybe not listed here. Check it out on
/components
folder.
Path | Description | Status |
---|---|---|
/ |
Homepage / Dashbard | 🚧 |
/auth/login |
Login | ✅ |
/auth/register |
Register | ✅ |
/auth/forgot-password |
Forgot Password | ✅ |
/auth/reset-password |
Reset Password | ✅ |
Some page maybe not listed here. Check it out on
/pages
folder.
We recommend to look at the documentation.
Make sure to install the dependencies
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Checkout the deployment documentation.