Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdkent/birdiary-client
Birdiary client app
https://github.com/tdkent/birdiary-client
nextjs reactjs tailwindcss typescript
Last synced: 8 days ago
JSON representation
Birdiary client app
- Host: GitHub
- URL: https://github.com/tdkent/birdiary-client
- Owner: tdkent
- Created: 2024-10-31T20:19:49.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T05:51:52.000Z (11 days ago)
- Last Synced: 2024-11-08T06:32:00.483Z (10 days ago)
- Topics: nextjs, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Birdiary
A web-based application to track bird sightings and manage a birdwatching life list.
## Description
This is the Birdiary client application, built with TypeScript, React, and using the Next.js 15 framework. Using this application, users can track their birdwatching activities by logging sightings of more than 800 birds that can be seen in North America. The application is free to use, and users are not required to create an account, though this will ensure their data is permanently saved.
## Packages
#### Dependencies
- React
- React-DOM
- Next#### Dev Dependencies
- TypeScript
- PostCSS
- TailwindCSS
- ESLint
- eslint-config-next#### Required Types Packages
- @types/node
- @types/react
- @types/react-dom