Skip to content

Tiffinger-Thiel-GmbH/projectshare-ui

Repository files navigation

ProjectShare UI

ProjectShare is a prototype we built to explore the building of an application which allows uploading and downloading files for projects. Also we experimented with the usage of Go as a backend server for React applications.

We built the frontend with React and used Material UI for designing the application.

If you want to learn more about the Backend we used check out the Repository.

Run

Use the package manager yarn to run ProjectShare.

cd frontend/ && yarn dev

Project structure

The whole source code is stored inside the frontend/src/ directory.

The entry point is located inside the index.tsx while the App.tsx is the first React component.

Then the Home.tsx is rendered and holds the AppBar and Content which are all stored inside the pages/ folder while the smaller sub-components are located inside the components directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published