Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kafkaesc/cat-summoner
Cat Summoner, the Next cat app 🐱
https://github.com/kafkaesc/cat-summoner
aws cats javascript jest nextjs react tailwindcss typescript
Last synced: 1 day ago
JSON representation
Cat Summoner, the Next cat app 🐱
- Host: GitHub
- URL: https://github.com/kafkaesc/cat-summoner
- Owner: kafkaesc
- Created: 2023-04-14T19:32:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:05:20.000Z (15 days ago)
- Last Synced: 2024-10-26T08:34:17.055Z (13 days ago)
- Topics: aws, cats, javascript, jest, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://cat-summoner.com
- Size: 58.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cat Summoner 🐱
Built by Jared Hettinger
Cat Summoner is a site for summoning cats. Built with React, Next, TypeScript, and Tailwind. Tested with Jest and React Testing Library. Visitors to the site can call a cat by clicking the button with their name. They will be treated to a random photo of the summoned cat. Once a photo is found it will be "unlocked" and viewable in the user's catbook.
A working version of this site can be viewed at https://cat-summoner.com
The full code for this project can be viewed at https://github.com/kafkaesc/Cat-Summoner
## Initial Run
1. Navigate to the project folder in the terminal
1. Run `npm install`
1. Run `npm run dev`
1. Open [http://localhost:3000](http://localhost:3000) in your browser of choice## Running After Install
1. Navigate to the project folder in the terminal
1. Run `npm run dev`
1. Open [http://localhost:3000](http://localhost:3000) in your browser of choice## Testing the application
1. Navigate to the project folder in the terminal
1. Run `npm run test`