Responsive CRUD React App on vite with json server as a database. Steps to run the app: Install node.js if you don't have it yet. Clone this project. Run next cmd commands in the root directory: npm i -g json-server@0.17.4 npm i npm run build npm run preview json-server --watch data/db.json -d 250 (in separate terminal). The App can be accessed using this link. You can check for users in data/db.json or create your own. If you wanna see smth cool press Ctrl+Alt+Shift+B on any page!