Grant Tracking is a demo user interface project built with Vue.js, inspired by designs on Dribbble. This project showcases the ability to create beautiful and responsive user interfaces using Vue.js.
Under development...
You can view a live demo of the project here: Live Demo
-
Ensure you have Node.js and npm installed on your computer.
-
Clone this repository:
git clone https://github.com/TilarnaExdilika/Grant-tracking---VueJS-Dribble-UI-Demo
-
Navigate to the project directory:
cd Grant-tracking-VueJS-Dribble-UI-Demo
-
Install dependencies:
npm install
-
Run the application:
npm run dev
The project is organized as follows:
grant-tracking/
├── src/
│ ├── assets/
│ │ ├── images/
│ │ └── styles/
│ ├── components/
│ │ ├── common/
│ │ ├── features/
│ │ └── layout/
│ ├── config/
│ ├── data/
│ ├── stores/
│ ├── types/
│ ├── views/
│ └── main.ts
├── public/
│ └── index.html
├── package.json
├── tsconfig.json
└── vite.config.ts
The project uses the following packages:
- vue
- vue-router
- pinia
- @fortawesome/fontawesome-free
- typescript
- vite
- eslint
- prettier
If you have any questions or suggestions, please reach out:
Thank you for your interest in this project!