GithubHelp home page GithubHelp logo

epicgazel / todo_react_app_gpt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from javascriptbear/todo_react_app

0.0 0.0 0.0 248 KB

Implementing GPT to automate todo list steps generation.

JavaScript 78.65% HTML 21.35%

todo_react_app_gpt's Introduction

Todo React App W/GPT Autocompletion ๐Ÿ“

๐Ÿ–Š๏ธ A Tweaked Todo App built using React, Mantine UI, and ChatGPT.

I have tweaked javascriptbear's original app to have GPT-3.5 autocompletion of unfilled summaries.

Check out the video demo below.

ToDo.GPT.Demo-small.mp4

๐Ÿ˜ƒ Features:

  • โž• Add todos
  • ๐Ÿ—‘๏ธ Delete todos
  • โธ Save todos to Local Storage when the state changes
  • โ–ถ๏ธ Load the todos from Local Storage when the site is loaded again
  • ๐ŸŒ™ Light \ dark mode toggle
  • ๐Ÿง  Smart summary autofill using GPT-3.5

โค๏ธ Feel free to create issues and contributions for features or bugs to this project.

Installation

  • git clone github.com/epicgazel/todo_react_app_gpt
  • npm install
  • configure .env with api key
  • npm start

Note:

If you have issues realted to 'fs', 'os', 'path', 'crypto', edit webpack.config.js with:

resolve: {
  ...
  fallback: {
          "fs": false,
          "os": false,
          "path": false
        },
}

Issue Link

todo_react_app_gpt's People

Contributors

javascriptbear avatar epicgazel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.