Skip to content

Modern Notes creating Web App based on Next.js technology with login/logout. Users can perform CRUD operation using MongoDb database.

Notifications You must be signed in to change notification settings

niteshkr100/promptio

Repository files navigation

Modern type of note creating and share with others.

How to Contribute

1. Fork the repository to your GitHub account.

2. Clone the forked repository to your local machine.

git clone https://github.com/niteshkr100/promptio.git

3. Create a new branch for your changes.

git checkout -b feature/your-feature

4. Make your changes, whether they're bug fixes, new features, or improvements.

5. add the change in your branch

git add .

6. Commit your changes with descriptive commit messages.

git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature

7. Open a Pull Request (PR) against the main repository.

Open (https://promptio-zrc2.vercel.app/) with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Modern Notes creating Web App based on Next.js technology with login/logout. Users can perform CRUD operation using MongoDb database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published