Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 2.42 KB

README.md

File metadata and controls

105 lines (72 loc) · 2.42 KB

💻 Usability Test

📄 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

yarn install
yarn run dev

🔨 Build

📝 Build the application for production

yarn run build

🔍 Preview

📝 Preview the build

yarn run preview

🎨 Theming

Support for dark and light theme.

📝 Compile theme

gulp less

🌍 Internationalization

Dozens of languages supported in antd, see i18n for more information.

  • 🇧🇷 pt-BR
  • 🇵🇹 pt
  • 🇺🇸 en

⭐ Credits

🔗 Links

📝 License

This project is under the MIT license. See the LICENSE file for more details.