Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isabellanunesdev/noted

Noted is a simple and straightforward notes app designed to help you capture and organize your thoughts quickly and efficiently.
https://github.com/isabellanunesdev/noted

fullstack maintaining

Last synced: about 1 month ago
JSON representation

Noted is a simple and straightforward notes app designed to help you capture and organize your thoughts quickly and efficiently.

Awesome Lists containing this project

README

        

# Noted

![Languages used](https://img.shields.io/github/languages/count/isadfrn/noted?style=flat-square)
![Repository size](https://img.shields.io/github/repo-size/isadfrn/noted?style=flat-square)
![Last commit](https://img.shields.io/github/last-commit/isadfrn/noted?style=flat-square)

## About

An taking notes app straight to the point.

## Run

To run this project locally, you need to:

- Install dependencies for both backend and frontend

```shell
npm install
```

- Run each project with

```shell
npm run start
```

## Contributing

This repository is using [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), so if you want to contribute:

- create a branch from develop branch;
- make your contributions;
- open a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to develop branch;
- wait for discussion and future approval;

I thank you in advance for any contribution.

## Status

Maintaining

## License

[MIT](./LICENSE)