Skip to content

BlindDespair/react-showcase

Repository files navigation

React Showcase app

This is a T3 Stack project bootstrapped with create-t3-app.

Building the app

npm run build

Serving the built app

npm run start

Running the dev mode

npm run dev

Running the tests

npm run test

Deployment

The app is deployed to GitHub Pages via GitHub Actions. Available on https://blinddespair.github.io/react-showcase/

Testing campaign adding

Open the devetools console and call:

AddCampaigns([
  {"name":"Divavu","startDate":"9/19/2017","endDate":"3/9/2018","budget":88377},
  {"name":"Jaxspan","startDate":"11/21/2017","endDate":"2/21/2018","budget":608715},
  {"name":"Miboo","startDate":"11/1/2017","endDate":"6/20/2017","budget":239507},
  {"name":"Trilith","startDate":"8/25/2017","endDate":"11/30/2017","budget":179838},
  {"name":"Layo","startDate":"11/28/2017","endDate":"3/10/2018","budget":837850},
  {"name":"Photojam","startDate":"7/25/2017","endDate":"6/23/2017","budget":858131},
  {"name":"Blogtag","startDate":"6/27/2017","endDate":"1/15/2018","budget":109078},
  {"name":"Rhyzio","startDate":"10/13/2017","endDate":"1/25/2018","budget":272552},
  {"name":"Zoomcast","startDate":"9/6/2017","endDate":"11/10/2017","budget":301919},
  {"name":"Realbridge","startDate":"3/5/2018","endDate":"10/2/2017","budget":505602}
]);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors