forlooptanzania / ride-my-way

Car pooling app (of developers) by developers for developers in Tanzania
22 stars 6 forks source link

Create UI Templates #1

Closed BenMaruchu closed 5 years ago

BenMaruchu commented 5 years ago

Overview

See the Project Overview.

Timelines

Challenge Summary

You are required to create a UI template using HTML, CSS, and JavaScript.

Important Note

On Github Project Board, create user stories to setup the User interface elements:

  1. User sign up and sign in pages

  2. A page/pages where the User can do the following:

    a. View all available ride offers. b. See the details of a ride and respond to it c. Offer a ride d. View and accept requests for the ride offer he/she created

  3. A page or pages for a user’s profile which, at minimum, displays:

    a. The number of rides the user has given b. The number of rides the user has taken c. List of rides taken and given

  4. On GitHub Project Board, create user stories to capture any other tasks not captured above. For this challenge, a task can be a feature, a bug or a chore.

  5. On a feature branch, create a directory called ui in your local Git repo and build out all the necessary pages specified above and UI elements that will allow the application function into the UI directory.

  6. Host your UI templates on GitHub pages.


Helpful Links