Git Product home page Git Product logo

rct-101-e1's Introduction

Task

Getting Started

  1. Clone/Fork this repository https://github.com/riteshf/rct-101-e1.git
  2. navigate to the folder cd rct-101-e1
  3. npm install
  4. npm start

Understanding Component Structure

Note - Make sure you use only the given components and dont create new files and folders as chaging component name, structures might result in giving you zero marks

Understanding Data Structure

Note - Make sure you use only the given data and dont create new data, as chaging data might result in giving you zero marks

Features to build

  1. User should be able to add task from AddTask component.

    • User Should not be able to add empty task.
    • User Should not be able to add duplicate tasks.
    • Whenever a new Task is added count value is 1 by default.
  2. User Should be able to mark Task as Completed in Task component.

  3. Every Task should have different internal Counter with values.

Note - Make sure you implelement features one by one and deploy the app correctly

General Instructions (IMPORTANT)

  1. Do not use Global CSS, instead use <componentName>.module.css convention for Css in that file.
  2. Do Not Remove data-cy="xxxx" from anywhere, this are used by testing tools to test your code, removal of this will lead to low score.
  3. Make sure you use only the given components and dont create new files and folders as chaging component name, structures might result in giving you zero marks
  4. Make sure you use only the given data and dont create new data, as chaging data might result in giving you zero marks

rct-101-e1's People

Contributors

moulik98 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.