syazshafei / star-wars-crud

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 92.1%Language:SCSS 6.4%Language:JavaScript 0.9%Language:HTML 0.5%