Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertho425/js-to-do-app-with-api
A to-do app that also display's a user's temperature and country eomoji
https://github.com/albertho425/js-to-do-app-with-api
bootstrap crud javascript to-do
Last synced: 4 days ago
JSON representation
A to-do app that also display's a user's temperature and country eomoji
- Host: GitHub
- URL: https://github.com/albertho425/js-to-do-app-with-api
- Owner: albertho425
- Created: 2023-06-03T00:53:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-02T05:18:37.000Z (over 1 year ago)
- Last Synced: 2024-09-07T08:02:15.539Z (2 months ago)
- Topics: bootstrap, crud, javascript, to-do
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do App with API
This is a CRUD web app that displays a user's country emoji, weather icon, weather temperature, and user's date and time based on IP address. The user can add, edit, and delate a to-do list of tasks that saves to local storage.
## Screenshot - Main screen
## Screenshot - Add/Edit screen
## APIs used
- IP API
- Weather API## Frameworks and icons
- Bootstrap CSS
- Bootstrap Icons# Future Development
- Save to database such as MySQL
- Make lists of tasks
- Add layouts for desktop (multiple columns)## Credit
- Modified from an article on FreeCodeCamp written by Joy Shaheb