Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Front-End using React.js #10

Open
joshuamabina opened this issue May 14, 2019 · 6 comments
Open

Implement Front-End using React.js #10

joshuamabina opened this issue May 14, 2019 · 6 comments

Comments

@joshuamabina
Copy link
Contributor

joshuamabina commented May 14, 2019

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

  • Expected Length to Complete: 1 week
  • Due Date: 18th May 2019

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

@joshuamabina joshuamabina added question Further information is requested challenge and removed question Further information is requested labels May 14, 2019
@BenMaruchu BenMaruchu pinned this issue May 15, 2019
@karimkawambwa
Copy link

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

@noelnoja
Copy link

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

@mimahcode
Copy link

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

@karimkawambwa
Copy link

@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

⚛️ Create React App
CRA comes with ESLint built in, but it’s intentionally forgiving (doesn’t warn about console.log, semicolons, etc.). But we ain’t scared of nothing, let’s lint the “crapp” out of our projects. 💪

@karimkawambwa
Copy link

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
Copy link
Contributor Author

joshuamabina commented May 20, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants