Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finished The Journaling Feature #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PureZinc
Copy link
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
Copy link

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
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