This project is a ts/react app heavily inspired by Glance.
There are plenty of missing features and probably some bugs, but this project is more of a learning experience for me than anything else, as I'm trying to get more familiar with TypeScript, Next.js, React, and TailwindCSS. Feel free to contribute or use this project as a base for your own project!
- Bookmarks
- Calendar
- Weather
- Search bar (currently DuckDuckGo)
- Task list
- Dino game :)
- Clone this repository
git clone https://github.com/ianbulovic/react-glance.git
cd react-glance- Install dependencies
npm i- Run the development server
npm run devYou can configure the widgets by editing src/app/page.tsx.
