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
- Host: GitHub
- URL: https://github.com/sjproctor/learn-cat-tinder-react
- Owner: sjproctor
- Created: 2024-03-28T21:53:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T23:04:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T01:44:16.559Z (about 1 year ago)
- Topics: react, react-form-hook, react-hooks, react-router, reactstrap
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```