This is a simple React application that allows you to add sellers and see the table of the available sellers. Once new sellers are added, you can edit their info or delete them.
Also, the application stores the data locally in your browser so you can leave or refresh the page without losing your data.
Here is the link to the latest version of the app: https://hoomanm.github.io/simple-react-app/
Please follow the below steps in order to run the app on your local machine:
-
Clone the master branch of the repository:
git clone -b master https://github.com/hoomanm/simple-react-app.git -
Install the dependencies:
npm install -
Run the app using the webpack development server:
npm run start