Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ysj151215/big-sur-dock

Build a macOS Big Sur style dock with Framer Motion.
https://github.com/ysj151215/big-sur-dock

framer-motion next-js react-js tailwind-css

Last synced: 7 days ago
JSON representation

Build a macOS Big Sur style dock with Framer Motion.

Awesome Lists containing this project

README

        

# Big Sur dock

![Screenshot](./doc/screenshot.png)

## Features

- Keyboard friendly.
- Accessibility friendly.

## Tech Stack

- [Next.js](https://nextjs.org/) - Framework.
- [react-use](https://github.com/streamich/react-use) - Hooks.
- [Tailwind CSS](https://tailwindcss.com/) - Styling.
- [Framer Motion](https://www.framer.com/motion/) - Animation.

## Run Locally

```bash
$ git clone https://github.com/untitled-lab/big-sur-dock.git
$ cd big-sur-dock
$ pnpm install
$ pnpm dev
```

## Acknowledgements

- Inspired by [Rauno Freiberg](https://twitter.com/raunofreiberg)'s website.
- Using [Austin Malerba](https://twitter.com/austin_malerba/status/1556678271374397440)'s codebase.
- Using [Not a Number](https://www.nan.fyi/)'s UI.

## License

[MIT](https://choosealicense.com/licenses/mit/)