
A basic todo app to practice javascript and frontend
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Here's a simple todo app to practice my javascript. It was created with pure HTML, CSS, and Javascript. As it can clearly be seen, the UI is inspired by AI (specifically Claude), but two-thirds of the coding effort was done by me (CSS is too hard).
Simply clone the repo to get started.
You only need a web browser to get this project up and running. You would also need to be able to spin up a server using local host. For an example of a web server:
- install python3
- start the server in the project directory
python3 -m http.server
- open
localhost:8000
to view the app
- Clone the repo
git clone https://github.com/jorge-mells/simple-todo-js.git
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin jorge-mells/simple-todo-js git remote -v # confirm the changes
Using the app should be pretty intuitive.
For more examples, please refer to the Documentation
- Generate a more complex todo app with ai, and try to extend this app
- Recreate the todo app (hopefully not todo) with react
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
George Mills - jorgemelloes@gmail.com
Project Link: https://github.com/jorge-mells/simple-todo-js