An open API service indexing awesome lists of open source software.

https://github.com/pkbullock/m365-bookmark-generator

For Edge to generate bookmarks for common Microsoft 365 services for new Edge profiles
https://github.com/pkbullock/m365-bookmark-generator

edge microsoft microsoft365

Last synced: 8 months ago
JSON representation

For Edge to generate bookmarks for common Microsoft 365 services for new Edge profiles

Awesome Lists containing this project

README

          

# Microsoft 365 Bookmarks Generator

This project generates bookmark files for Microsoft 365 (M365) environments. It provides a web-based interface built with React and Vite, allowing users to create, customize, and export bookmark collections for use in productivity and knowledge management workflows. The project uses modern UI libraries and supports features like theming and animated interactions.

## Minimum Path to Awesome: Build Instructions

1. Install dependencies - Open a terminal in the project root and run: ```npm install```
2. Build the site - Run: ```npm run build``` OR ```npm run dev``` (for local development)
3. Preview the production build Run: ```npm run preview```
4. Open the site: visit http://localhost:5000 in your browser.

You're now running the optimized site!

![Example of the site running](/assets/example.png)

## Bookmarks Notice

All data processed locally in your browser. No bookmarks are read or automatically changed. No data is stored, there is no server side storage of data. Bookmarks are downloaded and you cna run the import feature in Edge to import the profiles.

## AI Transparency

This app was assisted with AI to build the site. A POC was build using GitHub Spark as both a research area to understand the outputs of the product and to contribute something small and useful to the community.

## License

THis project uses the MIT License. See LICENSE.md

## Disclaimer

THIS APP IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.