Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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! 🚉

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`