The React-based SPA frontend for the Banner Day project
Go to file
Jonathan Nielson e3740b0fbc Feat: Add sticky footer with app version and login details 2025-01-01 16:40:21 -06:00
public Initial Commit 2025-01-01 15:58:44 -06:00
src Feat: Add sticky footer with app version and login details 2025-01-01 16:40:21 -06:00
.gitignore Initial Commit 2025-01-01 15:58:44 -06:00
README.md Initial Commit 2025-01-01 15:58:44 -06:00
eslint.config.js Initial Commit 2025-01-01 15:58:44 -06:00
index.html Initial Commit 2025-01-01 15:58:44 -06:00
package-lock.json Initial Commit 2025-01-01 15:58:44 -06:00
package.json Initial Commit 2025-01-01 15:58:44 -06:00
postcss.config.js Initial Commit 2025-01-01 15:58:44 -06:00
tailwind.config.js Initial Commit 2025-01-01 15:58:44 -06:00
vite.config.js Initial Commit 2025-01-01 15:58:44 -06:00

README.md

Banner Day SPA

Banner Day is a platform for tracking and managing banner ads across affiliate websites. This is the React-based SPA frontend portion of the application.

Starting the Project

To begin a development web server, run

npm run start