Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```