Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvanc committed Jan 11, 2025
1 parent 7ec67b8 commit 4f38300
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Welcome to Baseline!

An NBA Stats app built with [Remix](https://remix.run), [Tailwind](https://tailwindcss.com/) and more.
An NBA Stats app built with [Remix](https://remix.run), [Tailwind](https://tailwindcss.com/) [TypeScript](https://www.typescriptlang.org/), [Zod](https://zod.dev/), [Conform](https://conform.guide/), [MSW](https://mswjs.io/) and more.

## Features

- [x] See latest team scores from today (or yesterday or most recent whichever is most relevant) on homepage)
- [x] Switch between your favourite teams and have your favourite team preferences saved for next time you visit (not currently persisted accross devices)
- [ ] Switch between teams to view scores and stats relevant to that team
- [ ] View teams standings
- [ ] View upcoming games
- [ ] View top stats for each individual game
- [ ] View latest (top) news accross all teams
- [ ] View latest (top) news relevant to that team

## Development

Expand Down

0 comments on commit 4f38300

Please sign in to comment.