Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdallahhemdan/do-it
📑 do-me is a simple todo application with a fully functionality of TODO MVC built using vue.js to enhance my vue skill
https://github.com/abdallahhemdan/do-it
cmp2022 hemdan localstorage tasks todo todo-application todo-mvc tracking vue vuejs
Last synced: 28 days ago
JSON representation
📑 do-me is a simple todo application with a fully functionality of TODO MVC built using vue.js to enhance my vue skill
- Host: GitHub
- URL: https://github.com/abdallahhemdan/do-it
- Owner: AbdallahHemdan
- License: mit
- Created: 2020-06-18T10:36:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T08:37:49.000Z (11 months ago)
- Last Synced: 2024-10-04T16:25:47.317Z (about 2 months ago)
- Topics: cmp2022, hemdan, localstorage, tasks, todo, todo-application, todo-mvc, tracking, vue, vuejs
- Language: Vue
- Homepage:
- Size: 1.9 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
do me
[![GitHub contributors](https://img.shields.io/github/contributors/AbdallahHemdan/do-it)](https://github.com/AbdallahHemdan/do-it/contributors)
[![GitHub issues](https://img.shields.io/github/issues/AbdallahHemdan/do-it)](https://github.com/AbdallahHemdan/do-it/issues)
[![GitHub forks](https://img.shields.io/github/forks/AbdallahHemdan/do-it)](https://github.com/AbdallahHemdan/do-it/network)
[![GitHub stars](https://img.shields.io/github/stars/AbdallahHemdan/do-it)](https://github.com/AbdallahHemdan/do-it/stargazers)
[![GitHub license](https://img.shields.io/github/license/AbdallahHemdan/do-it)](https://github.com/AbdallahHemdan/do-it/blob/master/LICENSE)
# About
> do-it is a simple to do app with a fully functionality of todo MVC built using Vue.js as a side-project to enhance my skill in vue now you can try it from [here](https://abdallahhemdan.github.io/do-it/).### Build with
- [Vue JS](https://vuejs.org/)## Getting Started
> This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.### Installation
1. **_Clone the repository_**
```sh
$ git clone https://github.com/AbdallahHemdan/do-it.git
```
2. **_Navigate to repository directory_**
```sh
$ cd do-it
```3. **_Install dependencies_**
```sh
$ npm install
```### Running
**_Running on development mode_**
```sh
$ npm run serve
```
## Screenshots![Annotation 2020-06-18 153433](https://user-images.githubusercontent.com/40190772/85026727-5301af80-b179-11ea-8087-762c2599638e.png)
![Annotation 2020-06-18 152444](https://user-images.githubusercontent.com/40190772/85026732-5432dc80-b179-11ea-9407-a396d72e6d11.png)
![Annotation 2020-06-18 152502](https://user-images.githubusercontent.com/40190772/85026735-54cb7300-b179-11ea-8061-fd975cfe356b.png)
![Annotation 2020-06-18 152517](https://user-images.githubusercontent.com/40190772/85026740-55fca000-b179-11ea-9bcb-c434d5f37861.png)
![Annotation 2020-06-18 152617](https://user-images.githubusercontent.com/40190772/85026742-56953680-b179-11ea-9fac-9db4dba31d55.png)
![Annotation 2020-06-18 152729](https://user-images.githubusercontent.com/40190772/85026746-572dcd00-b179-11ea-9dc5-9c89f085f1ab.png)
![Annotation 2020-06-18 152757](https://user-images.githubusercontent.com/40190772/85026751-57c66380-b179-11ea-8458-d31c2bd47df7.png)## License
> This software is licensed under MIT License, See [License](https://github.com/AbdallahHemdan/do-it/blob/master/LICENSE) for more information ©AbdallahHemdan.