Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.19 KB

Ultrasearch Frontend

React frontend for ultrasearch.io, a place to search for ultramarathons across the globe.

Overview

This react frontend provides an interface to search and visualize ultramarathon data from across the world.

Development

npm start

Testing

npm test

Deployment

The application is deployed via vercel with DNS and more managed by Cloudflare.

The underlying data is provided by ultrasearch backend and interacted with using Supabase with RLS.

Available Scripts

In the project directory, you can run:

  • npm start: runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
  • npm test: launches the test runner in the interactive watch mode.
  • npm run build: builds the app for production to the build folder.

Why did you write this?

  • ...because I enjoy learning new technologies
  • ...because I love running ultramarathons

Is this it?

No. This is mostly a placeholder. Fancier search, filtering and discovery options will hopefully be added later. Plus, optimizations.