Skip to content

Code Genius is a tool that helps developers achieve their tasks faster.

License

Notifications You must be signed in to change notification settings

lautapercuspain/open-ai-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Code Genius

This project aims to generate code suggestions to help the developer code faster and smarther.
Report bug · Request feature

Table of contents

Status

  • Codegenius is open source: anyone can contribute in order to help the project grow!
  • The project is built on Next.js, using Tailwind CSS and RSC.
  • We are up and running on our official website, but still there's a lot of work to do in order to make Codegenius the best.
  • Our community keeps expanding, with new devs contributing to the project everyday.
  • If you are interested in partnerships and sponsors, please contact @lautapercuspain.

Folder structure

  • We are using the Next.js App directory to provide a solid skeleton for our project.
  • The aforementioned RSC is a key part of our website.
  • OpenAI API is a must, being the base of Codegenius since day one!
  • Every one of our routes includes a page.tsx and client.tsx file. Page.tsx is a RSC by default, usually Client.tsx is a client component and it should use the use client directive at the top of the file.
OPEN-AI-API/
└── app/
    ├── code-chat/
    │   ├── client.tsx
    │   ├── error.tsx
    │   ├── layout.tx
    │   └── page.tsx
    └── dashboard/
        ├── client.tsx
        ├── error.tsx
        └── page.tsx

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, all HTML, CSS and TSX files should conform to the Code Guide, maintained by @lautapercuspain.

Creators and contributors

Creator

Contributors

Thanks

Thanks for reading and happy coding!

About

Code Genius is a tool that helps developers achieve their tasks faster.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •