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

https://github.com/jayfunc/energypix

Smart as a pixie, precise as a pixel, optimizing every watt!
https://github.com/jayfunc/energypix

next react shadcn-ui

Last synced: 3 months ago
JSON representation

Smart as a pixie, precise as a pixel, optimizing every watt!

Awesome Lists containing this project

README

          

# EnergyPix

EnergyPix - Smart as a pixie, precise as a pixel, optimizing every watt!

## Tech

- JavaScript library: [React](https://react.dev/)
- React framework: [Next.js](https://nextjs.org)
- UI: [shadcn/ui](https://ui.shadcn.com/)
- CSS Framework: [tailwindcss](https://tailwindcss.com/)
- Animation library: [Motion](https://motion.dev/)
- Language: [JSX](https://www.typescriptlang.org/docs/handbook/jsx.html)

## My environment

npm: 10.9.2
node: 22.13.0
Next.js: 15.1.4

## Build and run

Please use `npm install --legacy-peer-deps` to install deps.

```bash
npm run build
npm run start
# or
npm run dev
```

## It's time to see the result

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can find admin's username, admin's password and user's password in [./src/constants/constants.ts](./src/constants/constants.ts)

## Screenshots

### PC

![pc](/screenshots/pc.jpg)

### Mobile

![mobile](/screenshots/mobile.jpg)

### Dark mode

![mobile-dark](/screenshots/mobile-dark.jpg)