https://github.com/techyaura/instatodos.com
InstaTodos.com is an open source Productivity web app
https://github.com/techyaura/instatodos.com
angular angular-cli apollo apollo-boost apollographql graphql multilingual productivity productivity-tools task-manager todo
Last synced: about 23 hours ago
JSON representation
InstaTodos.com is an open source Productivity web app
- Host: GitHub
- URL: https://github.com/techyaura/instatodos.com
- Owner: techyaura
- License: mpl-2.0
- Created: 2019-08-16T06:58:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T17:47:49.000Z (over 4 years ago)
- Last Synced: 2023-03-02T04:35:48.093Z (almost 3 years ago)
- Topics: angular, angular-cli, apollo, apollo-boost, apollographql, graphql, multilingual, productivity, productivity-tools, task-manager, todo
- Language: TypeScript
- Homepage: https://instatodos.com
- Size: 35.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstaTodos
This project is live on [here](https://instatodos.com)
# Test Credentails
Email Address - `techyaura_test@mailinator.com`
Password- `hello123`
# Stack
`Instatodos` is using Angular as Frontend framework & [GraphQL](https://graphql.org/) as Query language for Interaction with server.
# Requirements
`Instatodos` require **NodeJs** to be installed on your system. Once you have Node Js on your system, follow `## Development server` & `## Build` instructions to run/build the application
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/instatodo/` directory.
# Code scaffolding
If you want to use `Code scaffolding` using [Angular-CLI](https://cli.angular.io/), install [Angular-CLI](https://cli.angular.io/) globally on your system as -
`npm install -g @angular/cli`
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
OR
use `npx` to use [Angular-CLI](https://cli.angular.io/).
# Contribution
Please feel free to contribute.
# Screenshots



# License
[Mozilla Public License 2.0](https://github.com/techyaura/instatodos-ui/blob/master/LICENSE)