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

https://github.com/sjproctor/learn-cat-tinder-react

Instructional project: React application to pair with a Rails API
https://github.com/sjproctor/learn-cat-tinder-react

react react-form-hook react-hooks react-router reactstrap

Last synced: 11 months ago
JSON representation

Instructional project: React application to pair with a Rails API

Awesome Lists containing this project

README

          

# Cat Tinder

March 2024

This is an instructional demo of a project at LEARN Academy, a web development bootcamp. The purpose of this application is to expose students to their first decoupled full-stack application. The frontend is a React app that makes requests to a separate Rails API.

### 🐱 Cat Tinder Project Description

A decoupled, full-stack application in React and Ruby on Rails API.

### ⚡️ Getting Started

First clone the repository. Then within the root of the project directory, run:

```bash
yarn
```

### 🏁 Start the App

```bash
yarn start
```

### 🤝 Application Dependencies

- [React Router DOM](https://reactrouter.com/en/main)
- [Reactstrap](https://deploy-preview-2356--reactstrap.netlify.app/)

### 🚗 Testing

To run the existing React Testing Library testing suite, run:

```bash
yarn test
```