Skip to content

erikk03/ntantades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 19, 2025
75b5b15 · Jan 19, 2025

History

84 Commits
Jan 17, 2025
Jan 19, 2025
Dec 20, 2024
Jan 19, 2025
Jan 19, 2025
Dec 20, 2024
Jan 6, 2025
Jan 19, 2025
Dec 21, 2024
Dec 21, 2024
Dec 21, 2024
Dec 27, 2024

Repository files navigation

EAM PROJECT 3 2024-2025

TEAM MEMBERS

ΚΑΓΙΑΤΣΚΑ ΕΡΙΚ - 1115202100043 - sdi2100043 ΚΑΛΑΜΠΟΚΗΣ ΕΥΑΓΓΕΛΟΣ - 1115202100045 - sdi2100045

HOW TO RUN

  1. npm install (node_modules folder will be created)
  2. npm run dev (use --host to expose)
  3. open http://localhost:5173/ (port can be different based on machine)

USER CREDENTIALS

PARENTS

EMAIL PASSWORD
parent@taxis.gr password
user@taxis.gr password

NANNIES

EMAIL PASSWORD
nanny@taxis.gr password
user2@taxis.gr password

GITHUB REPOSITORY

Clone using the web url:
https://github.com/erikk03/ntantades.git

FILE DESCRIPTION

/public folder: Has images that are used in the website
/src: The code
.env: Environment variables used to store sensitive data
/src/components: jsx components build for specific use
/src/config: Configurative and usefull files for firebase use
/src/data: js file with data for the dropdown inputs
/src/pages: main home page, parent and nanny pages
/src/styles: css file with basic style
/src/App.jsx: Protected routes and url are here
/src/main.jsx: The main jsx file\

WHAT WE IMPLEMENTED

Everything descriped in the project assigment. Also a lot of effort was given to some crucial backend logic. Firestore is being used to save all important data. Local Storage used temporary, till the data is ready to be saved on firestore, then cleared from local storage. Code is designed in a clean and maintanble way to ensure the best possible interaction between nanny and parent users as far as payments and applications go. Users can also read the instructions in the main page and learn about the application requirements or communicate via phone or email.

The nannies can create, edit and preview different forms (advertisments) that parents can view to learn about the nannies and communicate with them. The nannies can also receive correctly calculated payments based on the date they signed the agreement with the parent. Lastly, nannies can accept or decline applications (work opportunities), if they dont already have an active application, and see their history of passed work experiences.

Parents on the other hand, can send the payment vouchers to the nannies on its due date and view previous payments. They can view their application history but can only create a single application per child.