# Student tracker git clone ```bash= git clone git@github.com:canSir21/student-tracker.git ``` ```bash= cd /student-tracker ``` ```bash= npm i ``` ```bash= npm start ``` ## TODO - [x] Add search bar - [x] Create forms for student input - [x] Create json server for student data - [x] Refactor table using map method ```bash= https://codesandbox.io/s/cfe6y?file=/style.css:0-274 ``` final product - [github](https://github.com/canSir21/student-tracker)