Skip to content

Olaf-Koziara/Employee-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmoShare

Employee filtering app

netlify: https://kadromierz.netlify.app

Table of contents

General info

An application for filtering employees by position, place of residence and type of contract

Technologies

Front-end: react.JS, styled-components

Setup

First of all clone the repository to your local machine.

Check if you have node and npm installed. Run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

If you checked your node and npm check if you have node_modules in your project: if you dont have just install them by command: npm install

Run a development server with: npm start After that run webscoket server from /src/backend with: node server.js

Browser will automatically open localhost:3000/

About

employee filtering app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published