Skip to content

Temyturpe/Tech1m-group3-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech1m-group3-project (Tech1m Junior)

Final project for the tech1m frontend development bootcamp program. Tech1m junior is platform where children with passion for tech are taught. This platform gives children access to well selected and explained tech courses that makes lerning fun for them. The platform also allows the instructors to pass information and courses to students. It also allows the instructor to track the progress of the students and view all submitted assignments. This project is also mobile responsive.

Contributors:

About the project

Tools used to create this project:

  • React Js (Javascrip framework) REACTJS
  • Firebase (for form authetication) FIREBASE
  • Tailwindcss (Css Library) TAILWINDCSS
  • Chart Js ( for bar-chart) CHART JS
  • Formik ( for form)
  • DayJs ( for calender)
  • React Icons (for icons)
  • React Router (for routing) REACT ROUTER
  • NPM NPM

This website includes 9 pages:

page1: (welcome page)

This page is the welcome page and it asks users if they either want to log in as old users or sign up as new users either as students or instructors.

Page2: (login / signup)

This page content is dependent on which ever button is clicked in the first page. If users choose signup the page show form for signing up, but if users click log in, the page displays a login form. When the user inputs a wrong password or email on the Login page, it displays an error of invalid password/username. The user can then go to the sign up page to create a new account or go to the forgot password page to reset their password. While on the Sign up page, if the user inputs an email that exists on the database, it displays a 'user already exists' error.

Page3: (forgot password)

This page is for users that need to recover their passwords. after filling the form, a link is sent to the user's registered email for password recovery. An email that does not exist on the database would display an error of 'user does not exist'.

Page4: (Home)

This page is the home where all general details are displayed.

Page5: (Course)

This page displays all courses and their details.

Page6: (students)

This page displays all the students and their details in a table.

Page7: (payment)

This page displays all the payments made by the students and their details such as status of the payment.

Page8: (quiz and assignments)

This page shows all the assignments and quiz that have been submitted by students for the instructor to assess

Page9: (messages)

This page show messages sent to users.

Live Demo

This project is hosted on vercel Vercel Live Demo

To clone this repository: