Skip to content

Frontend for a capacity planning software for teams in software development.

License

Notifications You must be signed in to change notification settings

lorenzpfei/capacity-planning-frontend

Repository files navigation

Capacity planning frontend for teams in software development

This application was developed to display the data from capacity-planning-backend in the frontend. You can find the more detailed documentation there.

The data is fetched from the backend via REST. The login is only available via OAuth so far.

This app is also be available and can be used as a Progressive Web App.

Capacity View

Getting Started

  1. Follow the Getting Started in capacity-planning-backend for running the backend.
  2. Create your Environment File cp .env.example .env and configure your data.
  3. Run yarn install
  4. Run yarn start for running the code locally (Default: http://localhost:3000) or run yarn build to build a new version for deployment.

Development

If you want to contribute to the project, you are welcome to do so. Known suggestions for improvement or bugs can be found in Issues.

This project is using Prettier and eslint. Please make sure your idea is using both or run yarn all instead after developing.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Frontend for a capacity planning software for teams in software development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published