https://github.com/jesieldotdev/env-manager
Manage your enviroment variables or secret tokens in any place 🔑
https://github.com/jesieldotdev/env-manager
reactjs redux-toolkit supabase supabase-auth tailwindcss
Last synced: about 2 months ago
JSON representation
Manage your enviroment variables or secret tokens in any place 🔑
- Host: GitHub
- URL: https://github.com/jesieldotdev/env-manager
- Owner: jesieldotdev
- License: mit
- Created: 2024-11-25T05:27:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T15:53:29.000Z (6 months ago)
- Last Synced: 2025-02-02T00:41:28.091Z (4 months ago)
- Topics: reactjs, redux-toolkit, supabase, supabase-auth, tailwindcss
- Language: TypeScript
- Homepage: https://env-manager-neon.vercel.app
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite + Supabase + Redux Toolkit + Tailwind CSS Project
This project is a frontend application built with [Vite](https://vitejs.dev/) and integrated with [Supabase](https://supabase.com/). Additionally, it uses [Redux Toolkit](https://redux-toolkit.js.org/) for state management and [Tailwind CSS](https://tailwindcss.com/) for styling.
---
## Technologies
- **[Vite](https://vitejs.dev/):** Fast build tool for web development.
- **[Supabase](https://supabase.com/):** Backend platform for authentication, database, and real-time APIs.
- **[Redux Toolkit](https://redux-toolkit.js.org/):** Library for simple and scalable state management.
- **[Tailwind CSS](https://tailwindcss.com/):** Utility-first CSS framework for rapid and customizable styling.
- **[dotenv](https://www.npmjs.com/package/dotenv):** Environment variable management.---
## Environment Setup
Before starting the project, create a `.env` file at the root of the project with the following environment variables:
```env
VITE_SUPABASE_URL=https://your-url.supabase.co
VITE_SUPABASE_ANON_KEY=your-api-token