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

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 🔑

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