A simple employees table with search and filter functionality.
- Search through data
- Filter results
- Basic React concepts
- Clone the repo
- Unzip and open the project folder in your favorite editor
- Run the command 'npm install' in your terminal and wait for the packages installation
- Run the command 'npm run dev'
- Copy/Paste the local server development url in your browser
- Type in search box to find an employee
- Use the checkbox to filter only experienced employees
- Replace
data.jswith your data - Modify styling in CSS files
Feel free to open an issue on GitHub
It is still an ongoing project. The code structure and some functionalities are not fully optimized however updates are coming soon.