https://github.com/coder-abdo/my-todos-app
it is a simple Todo Application which you can get, add, update and remove todo also you can login and register
https://github.com/coder-abdo/my-todos-app
Last synced: 4 months ago
JSON representation
it is a simple Todo Application which you can get, add, update and remove todo also you can login and register
- Host: GitHub
- URL: https://github.com/coder-abdo/my-todos-app
- Owner: coder-abdo
- Created: 2021-04-02T11:01:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T14:33:29.000Z (about 4 years ago)
- Last Synced: 2025-01-14T11:58:21.078Z (6 months ago)
- Language: TypeScript
- Size: 778 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todos APP
---
## Description:
## this is a `Todo` Application which you can register an account and do your daily todos by tracking it every day.
## how to use it:
### install the dependencies by running these commands in your favorite terminal:
- server side:
- `cd server`.
- `yarn` or `npm install`.
- client side:
- `cd client`
- `yarn` or `npm install`.---
#### Note:
- In server add `mongoDB` connection URL and `jwt`, `session` secret key.
- build your app by `yarn build` or `npm build` in both `server` and `client`.---
### Run the application:
- just run these commands:
- `cd server`
- `yarn serve` or `npm serve`.---
## Author:
- build with love and passion by [coder-abdo](https://github.com/coder-abdo)