Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andersonsrocha/testusability

🧠 Usability testing application based on Jakob Nielsen's 10 heuristics
https://github.com/andersonsrocha/testusability

ant-design antd heuristics nielsen react ux

Last synced: 11 days ago
JSON representation

🧠 Usability testing application based on Jakob Nielsen's 10 heuristics

Awesome Lists containing this project

README

        


πŸ’» Usability Test

![](https://img.shields.io/badge/release-v1.0.0-52a49a)
![](https://img.shields.io/badge/yarn-%3E%3D%201.22.19-blue)
![](https://img.shields.io/badge/node-%3E%3D%2018.9.0-green)

- [πŸ“„ About](#-about)
- [πŸš€ Technologies](#-technologies)
- [✨ Features](#-features)
- [πŸ“¦ Install](#-install)
- [πŸ”¨ Build](#-build)
- [πŸ” Preview](#-preview)
- [🎨 Theming](#-theming)
- [🌍 Internationalization](#-internationalization)
- [⭐ Credits](#-credits)
- [πŸ”— Links](#-links)
- [πŸ“ License](#-license)

## πŸ“„ About

"Even the best designers produce successful products only if their designs solve the right problems.
A wonderful interface to the wrong features will fail." - Jakob Nielsen

πŸ“ Talking about UI (user interface) is talking about how to create a simple, practical and efficient look to ensure that a user can perform tasks without needing an instruction manual. For this we have Nielsen's 10 heuristics, which help us to design an efficient interface with a good experience.

## πŸš€ Technologies

- πŸ”© **React**
- πŸ’‘ **TypeScript**
- ⚑ **Vite**
- 🌈 **Ant Design**

## ✨ Features

- 🎨 **Theming**
- πŸ“± **Responsive**
- 🌍 **Internationalization**

## πŸ“¦ Install

πŸ“ Install the dependencies and **start** the project

```bash
yarn install
yarn run dev
```

## πŸ”¨ Build

πŸ“ **Build** the application for **production**

```bash
yarn run build
```

## πŸ” Preview

πŸ“ Preview the build

```bash
yarn run preview
```

## 🎨 Theming

Support for `dark` and `light` theme.

πŸ“ Compile theme

```bash
gulp less
```

## 🌍 Internationalization

Dozens of languages supported in `antd`, see [i18n](https://ant.design/docs/react/i18n) for more information.

- πŸ‡§πŸ‡· **pt-BR**
- πŸ‡΅πŸ‡Ή **pt**
- πŸ‡ΊπŸ‡Έ **en**

## ⭐ Credits

- [Loading](https://dribbble.com/shots/7425055-Book-Loader)

## πŸ”— Links

- [Vite](https://vitejs.dev/)
- [Ant Design](https://ant.design/)
- [Ant Design Pro](https://preview.pro.ant.design/)
- [Ant Design Icons](https://github.com/ant-design/ant-design-icons/)
- [Ant Design Colors](https://github.com/ant-design/ant-design-colors/)
- [Ant Design Pro Components](https://procomponents.ant.design/)
- [Github](https://github.com/andersonsrocha)
- [LinkedIn](https://www.linkedin.com/in/anderson-silva-a40926192)

## πŸ“ License

This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.