Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityisbetter/productivity_app
Productivity App has 3 sub programs, Calculator (postfix calculation) using stack, Todo list using Linked list, Contact List using doubly Linked list
https://github.com/cityisbetter/productivity_app
calculator contacts dsa productivity-app todo todolist
Last synced: about 16 hours ago
JSON representation
Productivity App has 3 sub programs, Calculator (postfix calculation) using stack, Todo list using Linked list, Contact List using doubly Linked list
- Host: GitHub
- URL: https://github.com/cityisbetter/productivity_app
- Owner: CityIsBetter
- Created: 2023-11-16T08:45:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-16T09:00:56.000Z (12 months ago)
- Last Synced: 2023-11-18T09:38:36.517Z (12 months ago)
- Topics: calculator, contacts, dsa, productivity-app, todo, todolist
- Language: C
- Homepage:
- Size: 633 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Productivity_App
Productivity App has 3 sub programs, Calculator (postfix calculation) using stack, Todo list using Linked list, Contact List using doubly Linked list
## Demo
![screenshot](./ss1.png)
![screenshot](./ss2.png)
![screenshot](./ss3.png)## Installation
To try this program yourself:
- download the code or clone this repo
- make sure you have C compiler or you can use an online compiler
- run the code## Contributing:
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.