Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/od-c0d3r/todoapp-js
https://github.com/od-c0d3r/todoapp-js
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/od-c0d3r/todoapp-js
- Owner: od-c0d3r
- License: mit
- Created: 2021-08-01T15:20:28.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-08-31T13:43:44.000Z (over 3 years ago)
- Last Synced: 2024-10-21T19:03:31.879Z (2 months ago)
- Language: JavaScript
- Size: 372 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Do it List App ~ JavaScript
> A Todo list built using webpack and served by a webpack dev server.
# Built With
- HTML
- CSS
- JAVASCRIPT# Demo Link
Visit [Link](https://fr3elancer.github.io/todo-app/)# Getting started
## To get a local copy of this repository kindly follow the steps below.
- Scroll to top of this current repository
- Click on the `Code` button with background color green on the right end corner
- Click on the clipboard icon on the extreme right of the dropdown to copy the repository link
- In your local PC, open your terminal or command prompt in the folder you would like to clone this repository into
- Type `git clone (copied link)` on the currently opened terminal or command prompt# Getting Started
- Open your Terminal and Navigate to the project destination and type `npm install`
- Run `npm run build`
- You can now open the `index.html` file in `dist` folder in any browser.# Authors
### 👤 Omar R.
- Github: [Github](https://github.com/od-c0d3r)
- Twitter: [Twitter](https://twitter.com/od_coder)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/omarrashad/)# Contributing
Contributions, issues, and feature requests are welcome!# Acknowledgements
- Thanks to [Abdona](https://github.com/Abdona/todo-tasks) project README file.# Future Improvments
- Reduce code copies using functional programing :
- Create functions to set and get LocalStorage variable which is an array of objects.
- Enhance App UI.# Show your support
Give a ⭐ if you like this project!