https://github.com/up2dul/gen-quotes
💬 GenQuotes. Created as a Frontend technical test on a company
https://github.com/up2dul/gen-quotes
generouted ky react shadcn-ui tailwindcss typescript vite zustand
Last synced: 3 months ago
JSON representation
💬 GenQuotes. Created as a Frontend technical test on a company
- Host: GitHub
- URL: https://github.com/up2dul/gen-quotes
- Owner: up2dul
- Created: 2024-06-05T10:00:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T18:16:12.000Z (about 1 year ago)
- Last Synced: 2025-03-12T07:36:33.621Z (3 months ago)
- Topics: generouted, ky, react, shadcn-ui, tailwindcss, typescript, vite, zustand
- Language: TypeScript
- Homepage: https://gen-quotes.pages.dev
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💬 GenQuotes
Demo: [gen-quotes.pages.dev](https://gen-quotes.pages.dev)## About
### Tech stack
- React with Vite
- Tailwind CSS with shadcn/ui
- TypeScript### Libraries
- [Generouted & React Router](https://github.com/oedotme/generouted)
- [Ky](https://github.com/sindresorhus/ky)
- [Lucide React](https://lucide.dev)
- [Zustand & Zustand Persist](https://github.com/pmndrs/zustand)### Development libraries
- [Biome](https://biomejs.dev)
- [Commitlint](https://commitlint.js.org)
- [Husky](https://github.com/typicode/husky)
- [Lint Staged](https://github.com/lint-staged/lint-staged)## Installation
### Pre-requisites
- Node.js v18.x
- pnpm### Clone the repository
```bash
git clone https://github.com/up2dul/gen-quotes.git# or if using SSH
git clone [email protected]:up2dul/gen-quotes.git
```### Move into the project directory
```bash
cd gen-quotes
```### Install dependencies
```bash
pnpm install
```### Start the development server
```bash
pnpm dev
```
The application will be available at `http://localhost:5173`.## Authentication
The login authentication is using fake REST APIs by [DummyJSON](https://dummyjson.com/docs/auth).
Use any user's credentials from [dummyjson.com/users](https://dummyjson.com/users) to login, or use the example accounts below.- Username: `avat`
- Password: `avatpass`