A social-media app for the sharing of short stories with a discussion-board for writers. Built as an exercise to improve on an existing online short-story writing group hosted on an all-purpose forum.
Users can post stories, comment, and use another board to post new threads on theme, style etc.
Built using React and Redux, with a Google Firestore database and hosted on Firebase
Try it here. Users can log in with an example account:
username: [email protected]
password: password
- A 'credit' account, with credits built up for commenting and offering critiques of other users' stories. Users then earn the right to post their own stories, as a way of encouraging critiques
- A delete posts and comments feature
- Testing with Jest
- git clone
- npm install
- npm start


