bitsat_predictor/frontend
2026-02-14 20:45:13 +05:30
..
public merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30
src fix coderabbit issues 2026-02-14 20:45:13 +05:30
.gitignore migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
bits-logo.svg merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30
bun.lock merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30
eslint.config.js migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
index.html merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30
package-lock.json merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30
package.json merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30
postcss.config.js migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
README.md merge: major overhaul from javascript to typescript & separating frontend and backend logic with dynamic plotting and tabulations (#2) 2026-02-12 00:47:51 +05:30
tailwind.config.js merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30
tsconfig.app.json merge: major overhaul from javascript to typescript & separating frontend and backend logic with dynamic plotting and tabulations (#2) 2026-02-12 00:47:51 +05:30
tsconfig.app.tsbuildinfo fix coderabbit issues 2026-02-14 20:45:13 +05:30
tsconfig.json migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
tsconfig.node.json merge: major overhaul from javascript to typescript & separating frontend and backend logic with dynamic plotting and tabulations (#2) 2026-02-12 00:47:51 +05:30
tsconfig.node.tsbuildinfo migration & deployment on cloudflare pages and huggingface spaces (#3) 2026-02-13 01:24:16 +05:30
vite.config.ts merge: Enhance UI (#4) 2026-02-14 03:05:30 +05:30

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.