Coder Social home page Coder Social logo

timscore25 / writeai Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 2.0 2.54 MB

๐Ÿ“๐Ÿค– WriteAI - Simplify your writing process with AI. Generate emails ๐Ÿ“ง, articles ๐Ÿ“, essays ๐Ÿ“š, & more with ease. Writing is made easy with AI! Experience the future of writing now ๐Ÿš€. (As you probably guessed this was AI-generated, the website uses the OpenAI API along with custom prompts to give the best responses.)

HTML 3.21% CSS 40.81% TypeScript 44.17% JavaScript 11.80%
artificial-intelligence automation chatgpt chatgpt-api chatgpt3 machine-learning natural-language-processing openai openai-api productivity react reactjs software-as-a-service text-generation user-interface web-application writer writing-assistant writing-tool

writeai's Introduction

Hi ๐Ÿ‘‹, I'm Nikola Kostov

timscore25

Connect with me:

timscore n.kostoff timscore Timscore#4884

Languages and Tools:

css3 figma html5 javascript photoshop react typescript unity vuejs

timscore25

ย timscore25

timscore25

writeai's People

Contributors

timscore25 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

writeai's Issues

Fix all Errors

Fix all of the small errors on the website, I don't think the issue here is my code but still need to take a look at everything.

Image

Image

Fix Login Page

The Login Page does not load when pressed, might be a js issue, need to look into it.

Image

Setup database

Set up a database for storing the account information gathered from signing in. And make it display an avatar, name, etc.

Login Page Not Working

When you click on the Login section in WriteAI/signup it is not showing.

Don't know exactly why it is like that but it must be fixed in the near future. Could be a Javascript error (By error I mean its not loading), which could be fixed by moving the js in the .tsx file containing the component.

Fix Input Sections

Develop all inputs and make them show when one of the {media-links} has an {is-active} class on.

Uncaught TypeError: Cannot set properties of undefined (setting 'display')

When one of the menu links gets pressed this error is displayed in the console.

Here is a possible fix for it: StackOverflow

ChatGPT Answer:
The error message you're encountering, "Uncaught TypeError: Cannot set properties of undefined (setting 'display')," is telling you that you're trying to set the value of a property (in this case, "display") on an object that is undefined.

Here are some steps you can take to try to fix the issue:

  • Check the object that you're trying to modify: Make sure that the object you're trying to modify is defined before you try to set its properties. You can check this by logging the object to the console.

  • Check the property name: Make sure you've spelled the property name correctly. JavaScript is case-sensitive, so "display" and "Display" are two different properties.

  • Check for typos: Make sure you haven't made any typos in your code.

  • Check if the property is read-only: Some properties can be read-only and cannot be modified. Make sure you're not trying to modify such a property.

  • Make sure that the object is of the correct type: Make sure the object is of the type that you expect. You can check this by using typeof or instanceof.

If none of these steps work, it may be helpful to provide more context or code snippets so that the issue can be better understood and addressed.

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.