- React
- Typescript
- Tailwind CSS
This extension adds a simple todo feature with the ability to set tasks to reset daily. It carries over existing features like searching with suggestions using Google's Suggest Queries API. Shortcuts with brand logos are also available thanks to Google's S2 favicons API.
Install Dependencies:
npm install
Run the development server:
// With NPM
npm run dev
// With vite installed
vite dev
Open localhost with vite's specified port to see the result.