RadicalX Apprenticeship creation - Frontend
Helping RadicalX partners reach young talent in computer science around the world by giving them the ability to raise jobs in various fields, whether engineering, design or management
Below are brief descriptions of highlighted features with GIFs and screenshoots showcasing the website.
quickTour.mp4
├───public
│ └───assets
│ └───Images
└───src
├───components
│ ├───ApprenticeshipCards
│ │ └───ApprenticeshipCard
│ │ ├───DeleteIcon
│ │ ├───DuplicateIcon
│ │ ├───EditIcon
│ │ ├───Paragraph
│ │ └───Title
│ ├───CreateButton
│ ├───FormCard
│ │ ├───AddTeamAdmin
│ │ │ ├───AddAdmin
│ │ │ ├───AddAdminModal
│ │ │ ├───AddMemberButton
│ │ │ └───AdminCard
│ │ ├───CardHeader
│ │ │ └───InfoIcon
│ │ ├───CardText
│ │ ├───LogoAndTitle
│ │ │ └───UploadLogoIcon
│ │ ├───TeamType
│ │ │ ├───TeamCard
│ │ │ └───TeamsIcons
│ │ ├───TimeLine
│ │ │ └───CalenderIcon
│ │ └───VideoUpload
│ │ ├───UploadedVideo
│ │ └───UploadIcon
│ ├───Header
│ │ ├───BackIcon
│ │ ├───PublishButton
│ │ └───Title
│ ├───InputField
│ ├───Modal
│ ├───NavBar
│ │ ├───Apprenticeships
│ │ ├───Dashboard
│ │ ├───Internships
│ │ ├───Jobs
│ │ ├───Logout
│ │ │ └───LogoutModal
│ │ ├───RadicalLogo
│ │ └───Settings
│ ├───PictureUpload
│ ├───ProgressBar
│ │ ├───Circle
│ │ ├───CircleAndText
│ │ └───Text
│ └───TeamRoles
│ ├───AddRoleButton
│ ├───AddRoleForm
│ │ ├───ArrowDownIcon
│ │ ├───CheckBoxDropDown
│ │ ├───ComplimentarySkillsIcon
│ │ ├───DropDown
│ │ ├───ExitIcon
│ │ ├───HoursIcon
│ │ ├───LocationIcon
│ │ ├───ReqSkillsIcon
│ │ └───RoleIcon
│ └───RoleCards
│ └───RoleCard
│ ├───DeleteIcon
│ ├───DuplicateIcon
│ ├───EditIcon
│ ├───Paragraph
│ └───Title
├───Contexts
│ ├───optionsContext
│ ├───RolesContext
│ └───UserContext
└───features
├───CreatingApprenticeship
│ └───AddRoleForm
│ ├───ComplimentarySkills
│ ├───Location
│ ├───MinHours
│ ├───RequiredSkills
│ ├───RoleDescription
│ └───SelectRole
├───ForgotPassword
├───HomePage
├───LogIn
│ └───RememberMe
└───SignUp