-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
@joshuamabina |
@karimkawambwa being honest me I'm not done with it, still working on it may be by tomorrow |
Hey @joshuamabina what do you mean by making use of data structures? |
Goodluck @noelnoja should be straiht forward by using create-react-app
|
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 🚀 |
@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. |
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
Ensure that challenge 1 is complete and merged to develop branch before you get started.
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:
On GitHub Project create stories to build out your front-end with React.
On GitHub Project create stories to capture any other tasks not captured above. The tasks can be a feature, a bug or a chore.
Setup a linting library and ensure that the code-style is configured appropriately.
Implement your front-end
Deploy your front-end to Heroku or GitHub-Pages.
ALCwithforLoop - FAQs & Help
The text was updated successfully, but these errors were encountered: