This project is a web application for managing organizational data related to Kvartersvärdar. The app fetches, updates, and creates data by interacting with a provided API.
- List all Users with their properties
- Update User properties
- Filter and sort User list
- Responsive design
To get started with the Organisational Management App, follow these steps:
Make sure you have the following installed on your system:
- Node.js
- npm
Clone the repository to your local machine:
git clone https://github.com/yourusername/your-repo-url.gitChange to the project directory:
cd your-repo-nameInstall the dependencies:
npm installTo run the app in development mode, execute the following command:
npm startOpen http://localhost:3000 to view the app in your browser. The page will reload when you make changes, and lint errors will appear in the console.
To build the app for production, run:
npm run buildThis command builds the app for production in the build folder. It bundles React in production mode and optimizes the build for the best performance. The build is minified, and the filenames include hashes.
For information on deploying the app, refer to the Create React App deployment documentation.
Feel free to submit issues or pull requests for improvements or bug fixes.
Feel free to use at will. You will still need a corresponding API for it to run.
Thanks to Create React App for providing a solid foundation for the project.