diff --git a/README.md b/README.md index f768e33..fefff0e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,40 @@ -# React + Vite +![GooseTrack logo](assets/logo.png) -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +# GooseTrack -Currently, two official plugins are available: +Want to store all your tasks in one place? Then **GooseTrack** is right for you! +This application provides you with easy to use task management system, to organize your life and work, all in one place! -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +## Calendar view + +GooseTrack's Calendar view provides a comprehensive overview of your schedule, displaying all your tasks, events, and appointments in a visually appealing and intuitive layout. + +![Calendar View](assets/calendar.png) + +## Sidebar + +GooseTrack offers easy access to your account settings, calendar, and filters. The 'My Account' section allows you to manage your profile information and preferences, while the calendar provides a quick and convenient way to view your upcoming events and tasks. + +![Sidebar](assets/sidebar.png) + +## All in one + +GooseTrack is an all-in-one productivity tool that helps you stay on top of your tasks, events, and deadlines. Say goodbye to scattered to-do lists and hello to streamlined productivity with GooseTrack. + +![All in one](assets/all-in-one.png) + +## Team Starship 🚀 + + diff --git a/assets/all-in-one.png b/assets/all-in-one.png new file mode 100644 index 0000000..fe072ed Binary files /dev/null and b/assets/all-in-one.png differ diff --git a/assets/calendar.png b/assets/calendar.png new file mode 100644 index 0000000..37110b0 Binary files /dev/null and b/assets/calendar.png differ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..05d0c0f Binary files /dev/null and b/assets/logo.png differ diff --git a/assets/sidebar.png b/assets/sidebar.png new file mode 100644 index 0000000..2a88f38 Binary files /dev/null and b/assets/sidebar.png differ