This was the final project for the CodePath course Intermediate Web Development.
It is a React web application that was inspired by Lichess.
Features:
- Ability to create forum posts, including adding images or text, about chess news or events
- Ability to post Lichess games through inputting the custome Lichess Game ID associated with the game
- Ability to edit or delete posts via pseudoauthentication methods
- On creation of a post, users can enter a special ID that they can then use to make any modifications
- Displays the Lichess daily puzzle, allowing for users to test their tactical knowledge
Makes use of the React library, the Lichess API, and Supabase for storage.