Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabberrahman/microdeft_react_test_sabberrahman
https://github.com/sabberrahman/microdeft_react_test_sabberrahman
react tailwindcss
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sabberrahman/microdeft_react_test_sabberrahman
- Owner: sabberrahman
- Created: 2024-12-29T10:51:30.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-30T03:38:55.000Z (8 days ago)
- Last Synced: 2024-12-30T04:26:40.803Z (8 days ago)
- Topics: react, tailwindcss
- Language: JavaScript
- Homepage: https://microdeft-react-test-sabberrahman.vercel.app
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Microdeft frontend
![alt](./mircodeft.png)### Try this to bypass cors error
Email ->
```js
[email protected]
```
Password ->
```js
test@123
`````` js
file structure:
└── sabberrahman-microdeft_react_test_sabberrahman/
├── index.html
├── public/
├── postcss.config.js
├── package.json
├── vite.config.js
├── jsconfig.json
├── components.json
├── tailwind.config.js
└── src/
├── App.jsx
├── index.css
├── components/
│ ├── shared/
│ │ ├── AddCourse.jsx
│ │ ├── RegisterCard.jsx
│ │ └── LoginCard.jsx
│ └── ui/
│ ├── toaster.jsx
│ ├── dialog.jsx
│ ├── toast.jsx
│ ├── textarea.jsx
│ ├── button.jsx
│ ├── input.jsx
│ ├── label.jsx
│ └── form.jsx
├── main.jsx
└── pages/
├── NotFound.jsx
├── Register.jsx
├── Login.jsx
└── Home.jsx
```