Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulpeacock/drag-and-drop-password
Drag and drop characters to confirm your password
https://github.com/rahulpeacock/drag-and-drop-password
Last synced: about 1 month ago
JSON representation
Drag and drop characters to confirm your password
- Host: GitHub
- URL: https://github.com/rahulpeacock/drag-and-drop-password
- Owner: rahulpeacock
- Created: 2024-08-14T08:35:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:46:58.000Z (5 months ago)
- Last Synced: 2024-09-06T12:30:43.825Z (5 months ago)
- Language: TypeScript
- Homepage: https://lewis-hackathon.pages.dev
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lewis Hackathon
This repo contains the code for the Lewis Hackathon website. It is built on top of React.js and Vite
## Installation
> Make sure you have node and pnpm installed on your machine. To install pnpm, run `npm install -g pnpm`
- Clone the repo `git clone https://github.com/rahu1gg/lewis-hackathon.git`
- Navigate to the project directory `cd lewis-hackathon`
- Run `pnpm install` to install the dependencies
- Run `pnpm dev` to start the development server
- Open your browser and navigate to `http://localhost:5173/`![Screenshot (66)](https://github.com/user-attachments/assets/7f6ba907-cb79-4dbe-9a4b-e47097d69c1b)
![Screenshot (65)](https://github.com/user-attachments/assets/cf1c9a42-43a4-4ec5-9d0a-15be3e7b9420)https://github.com/user-attachments/assets/ac2b21e2-bbdc-4d80-99a1-928b1e4e0863
## Tech Stack
- React.js + Vite
- TypeScript
- Zustand
- shadcn UI
- Tailwind CSS
- Framer-motion
- Biome
- Pnpm