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

https://github.com/akash-nath29/inscribe

Notes and Task Manager Application made usign Flask
https://github.com/akash-nath29/inscribe

css flask html notes-app python website

Last synced: 30 days ago
JSON representation

Notes and Task Manager Application made usign Flask

Awesome Lists containing this project

README

        

Inscribe 📝



GitHub issues
GitHub forks
GitHub stars
GitHub license
GitHub top language

![Noes Page](https://github.com/Akash-nath29/Inscribe/blob/main/static/img/demoImages/notesPage.png)

A vibrant online notes-taking application made with Flask and Flask-SQLAlchemy. Take notes, revisit them later, and organize your thoughts effortlessly!

## Disclaimer ⚠️

- This project is under Development. Don't use it for professional purposes.

## Features ✨

- ✍️ Create, edit, and delete notes.
- 📂 Organize your notes efficiently.
- 🔄 Access and rewatch your notes anytime.
- 💾 Persistent storage using Flask-SQLAlchemy.

## Installation 🚀

1. Clone the repository:
```bash
git clone https://github.com/Akash-nath29/Inscribe.git
```
2. Install the required dependencies:
```bash
pip install -r requirements.txt
```
3. Run the app:
```bash
python app.py
```
4. Open your web browser and go to `http://127.0.0.1:80` to access Inscribe.

![Task Page](https://github.com/Akash-nath29/Inscribe/blob/main/static/img/demoImages/taskPage.png)

## Contributing 🤝

🎉 Contributions are welcome! Here's how you can get involved:

1. Fork the repository.
2. Create a new branch with a descriptive name:
```bash
git checkout -b feature/my-feature
```
3. Make your changes and commit them:
```bash
git commit -m 'Add new feature'
```
4. Push your branch:
```bash
git push origin feature/my-feature
```
5. Create a Pull Request on GitHub.

For major changes, please open an issue first to discuss what you would like to change.

## License 📝

This project is licensed under the [MIT License](https://github.com/Akash-nath29/Inscribe/blob/main/LICENSE).

## Contact ☎️

👤 **Akash Nath**
- GitHub: [@Akash-nath29](https://github.com/Akash-nath29)
- Email: [[email protected]]([email protected])

Feel free to reach out with any questions or feedback!

---


Made with ❤️ by Akash Nath