Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostmypillow/rarclient
React Client for Raspberry Pi | Arduino | RFID Project
https://github.com/lostmypillow/rarclient
frontend react vite
Last synced: about 1 month ago
JSON representation
React Client for Raspberry Pi | Arduino | RFID Project
- Host: GitHub
- URL: https://github.com/lostmypillow/rarclient
- Owner: lostmypillow
- Created: 2024-06-03T16:34:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T09:14:43.000Z (7 months ago)
- Last Synced: 2024-06-24T10:37:47.215Z (7 months ago)
- Topics: frontend, react, vite
- Language: JavaScript
- Homepage: https://lostmypillow.github.io/rarclient/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAR Client
__**Integrated into [JRAR](https://github.com/lostmypillow/rarserver) as a single Django web app!!!**__React frontend for Raspberry Pi | Arduino | RFID Project
[Demo](https://rarserver.lostmypillow.duckdns.org)
## Tech Stack
**Vite** with **React(JavaScript)**, styled with **TailwindCSS**, some components from **MUI**## Recreate this Project
```bash
corepack enable && pnpm install
pnpm run dev
```## Why PNPM?
It's faster than NPM
## Frontend Concepts Used
- Consume [my own API](https://github.com/lostmypillow/rarserver) and display them with React components
- Style website with TailwindCSS and MUI components## Future for this Project
### Mobile App
I want an app for it.### Dark Mode
Self explanatory.