Skip to content

Finished The Journaling Feature#3

Open
PureZinc wants to merge 1 commit into
mainfrom
finished-journaling-feature
Open

Finished The Journaling Feature#3
PureZinc wants to merge 1 commit into
mainfrom
finished-journaling-feature

Conversation

@PureZinc
Copy link
Copy Markdown
Collaborator

Finished the journaling feature for the frontendMobile.

Features:

  • The ability to write in a journal of two types: Empty Page or Random Prompt.
  • The ability to view old journals you've written.

Steps:
-- FrontendMobile:
--- 1. cd frontendMobile
--- 2. npm i
--- 3. npm start

This will open up a QR code. Scan the code with Expo Go downloaded.

--Backend:
--- 1. cd backend
--- 2. python manage.py runserver "YOUR IP ADRESS" // Run the backend on the same IP address, but a different port.

new file:   frontendMobile/src/Screens/Journaling/JournalingScreen.js
new file:   frontendMobile/src/Screens/Journaling/SaveJournalScreen.js
new file:   frontendMobile/src/Screens/Journaling/ViewJournalsScreen.js
new file:   frontendMobile/src/Screens/Journaling/ViewPagesScreen.js

Finished the journaling feature for the frontendMobile.

Features:
- The ability to write in a journal of two types: Empty Page or Random Prompt.
- The ability to view old journals you've written.

Steps:
-- FrontendMobile:
--- 1. cd frontendMobile
--- 2. npm i
--- 3. npm start

This will open up a QR code. Scan the code with Expo Go downloaded.

--Backend:
--- 1. cd backend
--- 2. python manage.py runserver "YOUR IP ADRESS" // Run the backend on the same IP adress, but a different port.
	new file:   frontendMobile/src/Screens/Journaling/JournalingScreen.js
	new file:   frontendMobile/src/Screens/Journaling/SaveJournalScreen.js
	new file:   frontendMobile/src/Screens/Journaling/ViewJournalsScreen.js
	new file:   frontendMobile/src/Screens/Journaling/ViewPagesScreen.js
@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
stoistrom-react-django ❌ Failed (Inspect) Dec 11, 2023 8:20pm

Copy link
Copy Markdown
Member

@dinxsh dinxsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

be sure to make your local repo on the latest changes before committing new changes to avoid any merge conflicts, would recommend to resolve the merge conflict on your local repo now by a git pull and see if you're able to make it work

@dinxsh dinxsh added the enhancement New feature or request label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants