Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kafkaesc/rr-dream
What routes do I dream of outside React? A Texas rail network! 🚉
https://github.com/kafkaesc/rr-dream
Last synced: about 2 months ago
JSON representation
What routes do I dream of outside React? A Texas rail network! 🚉
- Host: GitHub
- URL: https://github.com/kafkaesc/rr-dream
- Owner: kafkaesc
- License: mit
- Created: 2023-01-01T20:57:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T00:23:34.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T00:51:43.408Z (over 1 year ago)
- Language: JavaScript
- Size: 7.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Texas Rail
This project is about two types of routes. The kind you can use with [React Router](https://reactrouter.com/), and the type that I dream of one day connecting the [major cities](https://en.wikipedia.org/wiki/Texas_Triangle) of Texas by [rail](https://en.wikipedia.org/wiki/High-speed_rail).
This site is a [React](https://reactjs.org) single-page app. It uses [React Router](https://reactrouter.com/) for routing. It utilizes [Tailwind](https://tailwindcss.com) for site styles. The app is tested using the [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) and [Jest](https://jestjs.io).
A working version of this project can be viewed at https://kafkaesc.github.io/RR-Dream/.
The full code for this project can be viewed at https://github.com/kafkaesc/RR-Dream.
Built by Jared Hettinger
## To Test
1. Navigate to the project folder
1. Run `npm test`## To Run
1. Navigate to the project folder
1. Run `npm install`
1. Run the Tailwind watcher `npx tailwindcss -i ./src/input.css -o ./src/output.css --watch`
1. Run the app `npm start`