Skip to content

lindblomdavid/organisationalmanagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organisational Management App

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.

Features

  • List all Users with their properties
  • Update User properties
  • Filter and sort User list
  • Responsive design

Getting Started

To get started with the Organisational Management App, follow these steps:

Prerequisites

Make sure you have the following installed on your system:

  • Node.js
  • npm

Installation

Clone the repository to your local machine:

git clone https://github.com/yourusername/your-repo-url.git

Change to the project directory:

cd your-repo-name

Install the dependencies:

npm install

Running the App

To run the app in development mode, execute the following command:

npm start

Open 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.

Building for Production

To build the app for production, run:

npm run build

This 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.

Deployment

For information on deploying the app, refer to the Create React App deployment documentation.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

License

Feel free to use at will. You will still need a corresponding API for it to run.

Acknowledgments

Thanks to Create React App for providing a solid foundation for the project.

About

This project is a web application for managing organizational data related to Users in an organisation. The app fetches, updates, and creates data by interacting with a provided API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors