Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soummyaanon/-notex

This Is My latest project Using React.js Appwrite ShadCN-Ui,AccernityUi, Framer, TailWindCss this is A Personal Ai Powerd Note taking App powerd By Google Geminie Pro It is Still in development Phase but ya test it and give me you valuable feedback guys . Happy Coding
https://github.com/soummyaanon/-notex

ai appwrite appwrite-auth appwrite-database appwrite-storage framer-motion google-gemini-ai react saas shadcn-ui tailwindcss

Last synced: 3 months ago
JSON representation

This Is My latest project Using React.js Appwrite ShadCN-Ui,AccernityUi, Framer, TailWindCss this is A Personal Ai Powerd Note taking App powerd By Google Geminie Pro It is Still in development Phase but ya test it and give me you valuable feedback guys . Happy Coding

Awesome Lists containing this project

README

        

## Getting Started

To get started with this template, follow these steps:

1. Clone the repository:
```sh
git clone https://github.com/soummyaanon/-noteX
```
2. Navigate to the project directory:
```sh
cd your-repo-name
```
3. Install the dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```

## Contributing

We welcome contributions to this project! If you'd like to contribute, please follow these guidelines:

1. **Fork the repository**: Click the "Fork" button at the top right of this page to create a copy of the repository on your GitHub account.

2. **Clone your fork**: Clone the forked repository to your local machine.
```sh
git clone https://github.com/soummyaanon/-noteX
```

3. **Create a new branch**: Create a new branch for your feature or bugfix.
```sh
git checkout -b my-feature-branch
```

4. **Make your changes**: Make the necessary changes to the codebase.

5. **Commit your changes**: Commit your changes with a descriptive commit message.
```sh
git commit -m "Description of my changes"
```

6. **Push to your fork**: Push your changes to your forked repository.
```sh
git push origin my-feature-branch
```

7. **Create a Pull Request**: Go to the original repository on GitHub and create a pull request from your forked repository. Provide a clear description of your changes and why they are necessary.