Skip to content

jorge-mells/simple-todo-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Simple Todo App

A basic todo app to practice javascript and frontend
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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).

(back to top)

Built With

  • HTML5
  • CSS3
  • Javascript

(back to top)

Getting Started

Simply clone the repo to get started.

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/jorge-mells/simple-todo-js.git
  2. 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

(back to top)

Usage

Using the app should be pretty intuitive.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

George Mills - jorgemelloes@gmail.com

Project Link: https://github.com/jorge-mells/simple-todo-js

(back to top)

Acknowledgments

(back to top)