Skip to content

devaichemist/HackerRank_React_Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React HackerRank Assignments

This is a collection of small React assignments completed on the HackerRank platform to prepare for React technical interviews. Each assignment focuses on solving a specific UI or logic challenge using modern React concepts and best practices.

Overview

Each assignment is implemented as a standalone component or module inside the application. The purpose of this project is to demonstrate proficiency with React by solving a variety of frontend problems typically encountered in interviews or coding assessments.

Assignments Included

Here are some of the assignments implemented:

  • CodeReviewFeedbackSystem – A component that captures and displays code review feedbacks.
  • ContactForm – A simple controlled form for collecting user data.
  • ItemList – A component that renders a list of items dynamically.

Each assignment is placed in its own page and can be reviewed independently.

Getting Started

To run this application locally, follow these steps:

  1. Clone the repository:

    git clone ...
    cd react-form
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

After running these commands, open http://localhost:3000 in your browser to view the application.

About

A React application consolidating all HackerRank coding assignments (React Interview Preparation), implemented and organized in one project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors