A site for users to search for climbing routes.
This project is a collection of Colorado climbing areas and their associated routes. The project was inspired by a recent climbing trip, where a full climbing book was carried around all day. Users are able to search by an area they are interested in, either by name directly or by a nearby city.
The purpose of the project was to become familiar with making fetch
requests, as well as learning the fundamentals of React with testing from Jest and Enzyme.
Here is a photo of the layout, with Boulder as a search term. Favorited routes can be seen.
Custom climbing places and routes datasets hosted on the Turing School servers.
Clone the project at https://github.com/jarrettkong/climb-on, and run npm install
in the directory to install all necessary dependencies. From there, use npm start
to start the program. Navigate to localhost:3000
and you can start using.
- Allow users to get directions to a place from the module itself
- Making the filter sidebar sticky to the top of the page when scrolling to making access easier
- Display all favorited routes and perhaps let users favorite places
- Allow users to search by specifc routes if they desire
- Allow users to choose which category to search by.
- Allow users to leave reviews on each route.
- Responsive design