Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nurdoganbahadir/react-employee-list

This project was developed with React. The purpose of this project is to divide the data into parts and navigate through these parts with events. SASS is used for style.
https://github.com/nurdoganbahadir/react-employee-list

javascript react sass-framework usestate-hook

Last synced: 10 days ago
JSON representation

This project was developed with React. The purpose of this project is to divide the data into parts and navigate through these parts with events. SASS is used for style.

Awesome Lists containing this project

README

        

Clarusway

# Employee List

## Description

Project aims to create a Employee List App.

## Problem Statement

- We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.

## Project Skeleton

```
001 - Employee List (folder)
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
├── public
│ └── index.html
├── src
│ ┣ 📂components
│ ┃ ┗ 📜List.js
│ ┣ 📂helper
│ ┃ ┗ 📜data.js
│ ┣ 📂scss
│ ┃ ┣ 📜_mixins.scss
│ ┃ ┣ 📜_reset.scss
│ ┃ ┗ 📜_variables.scss
│ ┣ 📜App.js
│ ┣ 📜index.js
│ ┗ 📜index.scss
├── package.json
└── yarn.lock

```

## Expected Outcome

![employeelist](employee-list.gif)

## Objective

Build a Employee List App using ReactJS.

### At the end of the project, following topics are to be covered;

- HTML

- CSS

- JS

- ReactJS

### At the end of the project, students will be able to;

- improve coding skills within HTML & CSS & JS & ReactJS.

- use git commands (push, pull, commit, add etc.) and Github as Version Control System.

## Steps to Solution

- Step 1: Create React App using `npx create-react-app employee-list` or use template.

- Step 2: Build Employee List App.

- Step 3: You can use Css/ModuleCss/Sass/Bootstrap for styling.

- Step 5: Push your application into your own public repo on Github

- Step 6: Add project gif to your project and README.md file.

## Notes

- You can add additional functionalitiesto your app.

## Demo

React Employee List

**

☺ Happy Coding ✍

**