Skip to content

klnamv/to_do_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-do List ⚡️

Simple task management app that enable users to create, orginize and track tasks.

Technologies 💻

  • React
  • Framer Motion
  • CSS

How It Works?

Users input data that is asynchronously sent to the selected GPT model via the OpenAI API, using a streaming to output the generated text - the model's response, and ReactMarkdown to display the output, providing a full-fledged representation of the message.

How Can It Be Improved?

Known Problems 🐛

Running the Project 🚦

To run the project in your local environment, follow these steps:

  1. Clone the repository to your local machine.
  2. Run npm run start or yarn start to get the project started.
  3. Open http://localhost:3000 (or the address shown in your console) in your web browser to view the app.

Demo 📸