GithubHelp home page GithubHelp logo

employee-directory-react's Introduction

Unit 19 React Homework: Employee Directory

Overview

For this assignment, you'll create a employee directory with React. This assignment will require you to break up your application's UI into components, manage component state, and respond to user events.

User Story

  • As a user, I want to be able to view my entire employee directory at once so that I have quick access to their information.

Business Context

An employee or manager would benefit greatly from being able to view non-sensitive data about other employees. It would be particularly helpful to be able to filter employees by name.

Acceptance Criteria

Given a table of random users, when the user loads the page, a table of employees should render.

The user should be able to:

  • Sort the table by at least one category

  • Filter the users by at least one property.

Commit Early and Often

One of the most important skills to master as a web developer is version control. Building the habit of committing via Git is important for two reasons:

  1. Your commit history is a signal to employers that you are actively working on projects and learning new skills

  2. Your commit history allows you to revert your code base in the event that you need to return to a previous state

Follow these guidelines for committing:

  • Make single purpose commits for related changes to ensure a clean, manageable history. If you are fixing two issues, make two commits

  • Write descriptive, meaningful commit messages so that you and anyone else looking at your repository can easily understand its history

  • Don't commit half done work, for the sake of your collaborators (and your future self!)

  • Test your application before you commit to ensure functionality at every step in the development process

  • We would like you to have well over 200 commits by graduation, so commit early and often!

  • Deploy this site to GitHub Pages using the Create React App docs for deployment.

Submission on BCS

You are required to submit the following:

  • the URL to the deployed application

  • the URL to the Github repository

employee-directory-react's People

Contributors

rajdeep24 avatar

Stargazers

Roman avatar

Watchers

 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.