-
Notifications
You must be signed in to change notification settings - Fork 29
Description
It might be a good idea to start adding TypeScript support to the React and Node.js code as more people are starting to contribute to the repo. I'm just creating this issue to gauge interest in this. This would probably require at least a few people working on it since there are a lot of different files, so please feel free to indicate if you'd be interested in working on it.
This should be a straightforward PR and would help you to get acquainted with the codebase in case you're interested in contributing.
If you are interested in working on this, check off a file that isn't being worked on currently and submit a PR before starting work on the next item in the list. I have put a few files that should be easy to start with and I'll keep adding more as these ones get done.
Checklist:
React:
- client/src/modules/Spotify.js
- client/src/components/SeedTag.js
- client/src/components/SongList.js
- client/src/components/SavePlaylist.js
- client/src/components/PlaylistSuccessPage.js
- client/src/components/PlaylistCard.js