Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 2023-07-01 at 10 14 03 PM

## Screenshot - Add/Edit screen
Screenshot 2023-07-01 at 10 15 12 PM

## 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