Skip to content

pdbaines/ultrasearch-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.