engmagdy87 / react-todos-code-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React todos code challenge

react-todos-code-challenge is a code challenge for React developers applying for a job at IT Tick. This project was bootstrapped with Create React App.

Scenario

So here you are! You decided to apply for a job at IT Tick and now we are asking you to help us with a Todo App. We already setup a brand new project for you that already contains a very basic create-react-app setup. Your task is now to finish the Todo App by completing the features to add, edit and delete todos and storing them only in the client storage.

Technical starting point

Our team was already able to complete the following:

  • Add the basic app and component structure
  • Add prop-types for prop validation
  • Add node-sass

Mission

  • Fork this repository
  • Create a named redux module to hold your todos
  • Complete the CRUD features in the GUI and make sure they are reflected in the store
  • Make sure the todo-list component dynamically displays the todos
  • Add functionality to edit existing todos
  • Submit a merge request and describe your changes precisely

Bonus

Please note

  • Write concise commit messages
  • Pay attention for responsive design.
  • Use either CSS Modules or BEM.
  • Use semantic elements when possible.
  • Pay attention to your code style and structure, don't ignore the eslint hints.
  • Design your React components: use props, slots and whatever you need to keep your code clean.
  • Display well in Google Chrome.
  • Don't test browsers except latest Google Chrome.

Feel free to

  • Clean styles / Improve design to have better UI and UX.
  • Re-organize the codebase.
  • Create new modules/methods/components..
  • Modify existing code.
  • Add new packages.
  • Add tests
  • Edit README.md to add documentation.
  • Fix potential bugs

Available Scripts

In the project directory, you can run:

Project setup

yarn install

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Lints files

yarn lint

About


Languages

Language:JavaScript 72.0%Language:HTML 14.3%Language:Sass 13.7%