Coder Social home page Coder Social logo

romulodevelop / challenge-react.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from recruitmentcondoragency/challenge-react.js

0.0 1.0 0.0 1.33 MB

Condor's React.js assessment challenge

License: MIT License

JavaScript 1.52% HTML 0.34% Shell 0.08% TypeScript 87.65% SCSS 10.41%

challenge-react.js's Introduction

Welcome!

Welcome to Condor's React.js assessment challenge!

Please fork the repo to start. Once finished, issue a pull request to our repo so we can review your solution.

This challenge requires:

  • NodeJS (> v14.7.0)
  • NPM or Yarn
  • A cup of โ˜• or ๐Ÿต

The repo is pre-configured, so just by running npm i or yarn, should be able to install these basic packages:

  • React Router + Axios: To fetch data and navigate through the site.
  • Parcel + React.js: To serve and build a simple front-end.
  • Json Server: To serve and expose a basic json db.

In the main package.json you'll have access to the following scripts:

  • npm run app: To run the react app.
  • npm run server: To start the local db.

You may use any other package of your choice to enrich your development experience.

The challenge

Tasks are not ordered or weighted! Before coding, read all rhe items carefully and prioritize as you consider.

During the SOW meeting, our customer voiced these requests:

We need a simple web site for our students.

They should be able to select the university they are interested in and add it to a list to later compare their country's data.

Nobody likes to study on a rainy day.

In response to our client's request, we made a simple Figma mockup that we need you to recreate. The images can be found in the ./graphics folder with the name of the required screen and width, like search. Additionally, you may use the basic prototype for reference.

Since this is the only wireframe, feel free to use any ui lib or style you like.

Do note that responsiveness has to perform correctly. We won't be evaluating design quality, but responsiveness-related-code quality.

Finally, if any design element does not comply with best practices, we expect you to take care of fixing it.

The task

Using react and the apis referenced in the resources section, create a simple web app consisting of four screens:

  1. Login: A login/register screen
  2. Search: A universities search screen, with results
  3. University country details

Aside from the screens, the app has to comply with the following specs:

  • Search values have to be autocompleted with the correct (or close-to-correct) university name.
  • A menu to go to the search page, the user profile, and logout.
  • User data must include at least an email, password, and a universities list.

    Use Json-server for this. Do not worry about hashing or security as this is only a basic local db. We just want to see how you handle the data.

Personal user data (like the email) may or may not be shown depending on your preference, but a way for the user to identify that he/she is logged in would be appreciated.

What we'll be looking at

  • Clean, formatted, readable, KISS, DRY code
  • Commits structures and information
  • Componentization and reusability
  • State management
  • API implementation
  • UI-Logic detachment
  • Error handling
  • Design responsiveness
  • Coding following the industry best practices
  • UX patterns

Submission Guidelines

Please fork the repo to start.

Feel free to add or replace any package. The only one that is mandatory, is React.js.

Once finished, issue a pull request to our repo so we can review your solution.

Resources

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.