Skip to content

GoDrive is a web application to assists people that want to get a driving license in Malaysia.

Notifications You must be signed in to change notification settings

yeetengang/goDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDrive | A website for easy License Checking & Book Driving Lessons

GoDrive is a single page application (SPA) created using ReactJS. ReactJS is a well-known JavaScript library for user interfaces. The reason to use React for this project is becuase React is great in building single page application that load a single HTML page (index.html), rewrite the DOM when interact, without loading a new page (change URL). This makes the web application to be smoother as there is no waiting time for the page reload to change its content.\

Besides, code written in React can coexist with markup rendered on the server like PHP.

This project was bootstrapped with Create React App.

Backend API

GoDrive consists of both front end (This repo) and backend API. Find out more about the backend API coded in php GoDriveAPI Repository

Installation

Node Package Manager (npm) is required to run this application.

Use the following command to start GoDrive:

npm run start

Screenshots

Home Page

home_page

Testimonia Page

testi_page

Upcoming Lessons Page

lesson_page

Features

User / Student

  1. Show upcoming driving lessons updated by Admin
  2. Track registered user's license status
  3. Register driving or law exams.
  4. Show registered driving lessons details (Time, Lesson type, Venue)
  5. Send feedback email or contact admin.

Admin

  1. Check registered users' details.
  2. Create and update lessons.
  3. Check users that registered for an exam.
  4. Update user's license type.
  5. Receive feedback email or contact from users.

Upcoming Features

  1. Show registered exam status (Approved or Rejected)
  2. Add Map with marker to show driving center venue.
  3. Add driving coach or driving instructor panel.

About

GoDrive is a web application to assists people that want to get a driving license in Malaysia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published