Web application which depicts information about organizations, the projects they participate and their users.
- React
- Typescript
- TailwindCSS
- Docker Compose & Dokerfile
- Axios
- Create/Delete/Edit Organizations, Projects, Users information
- Data tables for:
- Organizations
- Projects
- Users
- Pagination for Data tables
- Charts
- pie chart of number of users per project
- bar chart of number of organizations per project
- Mobile Friendly/Responsive User Interface
- Dockerfile and docker-compose files included
- Navigate to /front-end directory
- run
npm start
- In root directory run
docker-compose up