forlooptanzania / ride-my-way

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

Implement Front-End using React.js #10

Open joshuamabina opened 5 years ago

joshuamabina commented 5 years ago

Overview

You are expected to power your HTML, CSS and JavaScript with React. This challenge, strictly requires that you implement the front-end ui views and elements from the previous challenge.

Timelines

Important Note

  1. Ensure that challenge 1 is complete and merged to develop branch before you get started.

  2. You are required to make use of data structures to create fake implementation of the user interface.

Guidelines

You will be assessed based on the items below:

  1. On GitHub Project create stories to build out your front-end with React.

  2. On GitHub Project create stories to capture any other tasks not captured above. The tasks can be a feature, a bug or a chore.

  3. Setup a linting library and ensure that the code-style is configured appropriately.

  4. Implement your front-end

  5. Deploy your front-end to Heroku or GitHub-Pages.


ALCwithforLoop - FAQs & Help

karimkawambwa commented 5 years ago

@joshuamabina Due Date: 18th May 2019 Am curious, did anyone managed to get this done? đź’Ż

noelnoja commented 5 years ago

@karimkawambwa being honest me I'm not done with it, still working on it may be by tomorrow

mimahcode commented 5 years ago

Hey @joshuamabina what do you mean by making use of data structures?

karimkawambwa commented 5 years ago

@karimkawambwa being honest me I'm not done with it, still working on it may be by tomorrow

Goodluck @noelnoja should be straiht forward by using create-react-app

karimkawambwa commented 5 years ago

Hey @joshuamabina what do you mean by making use of data structures?

Probably means used things like a user class etc... user class would update its user name, email etc when someone is interacting with it @mimahcode

I think and goodluck 🚀

joshuamabina commented 5 years ago

Hey @joshuamabina what do you mean by making use of data structures?

@mimahcode, let's try to make use of arrays e.t.c. to implement the user interface instead of making actual http requests to update the state of your application.