Journaling App
Presence is a journaling application built using React.js to render client facing components and Sass for styling. Users on the frontend are able to view daily journaling prompts, create and edit entries, and view past entries.
- Create a well designed easy to navigate frontend application
- Utilize context to avoid props drilling and ensure global access to questions in state
- Create well abstracted file structure to seperate concerns
| Library | Description |
|---|---|
| React | Frontend client side rendering |
| React Router | Rendering specific components given URL params |
| Firebase | User auth and database services |
| Sass | Frontend styling |