STORYBOARD
Summary
STORYBOARD is an interactive writer’s portfolio to post ideas / work-in-progress and offer feedback.
How to Get Started
- Edit MONGO_URI in server/storyModels.js
- Run this application in your local server port
3000
through the commandnpm run dev
in your terminal - Delete post by clicking ‘X’ on post. Create new post by clicking ‘create new post’
- View full post by clicking on title. Edit and comment on post here.
- Click on ‘theme’ page to change post hover color (default is lavender)
How to Run Tests
TBD …
Stretch Features
- User authentication and database (user ability to signup and login, view their profile, view their own saved posts and comments, add friends, view and comment on friends’ posts)
- Additional feed page that sources from external journal API and displays relevant articles on writing
- Improved UI design to resemble a modern-day application
- Refactor code to utilize React Hooks for seamless cross-component communication