Giter Site home page Giter Site logo

react-todos-code-challenge's Introduction

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

react-todos-code-challenge's People

Contributors

armaaar avatar

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.