Skip to content

DeejC04/web103prework

Repository files navigation

Creatorverse // CodePath WEB103 Prework

Web-app enabling basic CRUD operations on a list of "creators".

Tech Stack

HTML, CSS, JavaScript, Vite, React, React Router, PicoCSS, and Supabase

React Router React CSS3 HTML5 JavaScript Vite PicoCSS Supabase

Environment Variables

To run this project, you will need to first create a Supabase account and project. Once done, locate your project API URL and the Anon key. Add the following environment variables to your .env file (excluding greater than/less than signs)

VITE_SUPABASE_URL=<Your Supabase URL>

VITE_SUPABASE_API_KEY=<Your Anon Key>

Run Locally

Clone the project

  git clone https://github.com/DeejC04/web103prework

Go to the project directory

  cd web103prework

Install dependencies

  npm install

Start the server

  npm run dev

License

MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors