Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plecrx committed Jan 13, 2024
1 parent f3e1e9c commit e6295a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Vite Vue 3 TypeScript Starter
# Random Numbers Chart

A rapid development starter kit using Vite, Vue3, TypeScript, Vitest, ESLint, Prettier, and Husky.
This project fetch Random API Integers to populate a Chart created with Vanilla CSS.
It uses Vite, Vue3, TypeScript, Vitest, ESLint, Prettier, and Husky.

### Features

- 🚀 Fast development and build times with Vite
- 🖖 Vue 3 for UI components
- 🧭 Vue Router for client-side routing
- 🗄️ Pinia for state management
- 🦋 TypeScript for static type checking
- 📚 Interactive UI development and testing with Storybook
- ✅ Unit Testing with Vitest
- 🧹 Linting and formatting with ESLint and Prettier
- 🐶 Pre-commit checks using Husky
- 🧭 Chart created with Vanilla CSS

### Commands

Expand All @@ -28,4 +28,4 @@ yarn lint # Run ESLint to check for code issues.
yarn format # Run Prettier to format code.
yarn postinstall # Install Husky Git hooks.
yarn prepare # Prepare Husky hooks.
```
```

0 comments on commit e6295a3

Please sign in to comment.