Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.