Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aejae/train-info
Live train data project built with Realtime Trains' API, Next.js, React and Tailwind.
https://github.com/aejae/train-info
nextjs react tailwind transportation
Last synced: 5 days ago
JSON representation
Live train data project built with Realtime Trains' API, Next.js, React and Tailwind.
- Host: GitHub
- URL: https://github.com/aejae/train-info
- Owner: AeJae
- Created: 2024-08-24T01:34:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T22:26:02.000Z (4 months ago)
- Last Synced: 2025-01-31T04:26:26.409Z (15 days ago)
- Topics: nextjs, react, tailwind, transportation
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is a project built with [Next.js](https://nextjs.org/) and [React](https://react.dev/) with [Tailwind CSS](https://tailwindcss.com/), using [Realtime Trains' API](https://www.realtimetrains.co.uk/about/developer/pull/docs/).
## View Project
Start by running the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the site.