/star-wars-crud

🤖 CRUD of Star Wars characters with a clean user interface written in Typescript

Primary LanguageTypeScript

star-wars-crud

CRUD of Star Wars characters with a clean user interface written in Typescript.

Features:

  • Intuitive UX/UI
  • Performant
  • Hexagonal Architecture
  • React hooks
  • UI components
  • Custom Properties CSS
  • Mocked API
  • Design system
  • Responsive
  • Clean folder structure

Star Wars

Getting Started

Installation

npm i

Run mocked api server

npm run api-start

Run web server

npm run start

Development

Run lint

npm run lint

Run format

npm run format

Run tests

npm test

Build

npm run build