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

https://github.com/atumv/employee-list

An employee list application.
https://github.com/atumv/employee-list

json-server react react-toastify webpack

Last synced: 3 months ago
JSON representation

An employee list application.

Awesome Lists containing this project

README

        

# Employee List

![example](/public/example.gif)

A simple employee list application built using:

- [`react`](https://www.npmjs.com/package/react)
- [`webpack`](https://www.npmjs.com/package/webpack)
- [`json-server`](https://www.npmjs.com/package/json-server)
- [`react-toastify`](https://www.npmjs.com/package/react-toastify)

## 🚀 Quick start:

```sh
git clone https://github.com/atumv/employee-list.git && cd employee-list && npm i && npm start
```