Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juancastillo0/notes
Application that lets you write and save notes
https://github.com/juancastillo0/notes
Last synced: 25 days ago
JSON representation
Application that lets you write and save notes
- Host: GitHub
- URL: https://github.com/juancastillo0/notes
- Owner: juancastillo0
- License: mit
- Created: 2019-09-14T02:00:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:47:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T08:59:40.440Z (about 1 month ago)
- Language: JavaScript
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes
Application that lets you write and save notes in a clean interface### Objective
The main objective of the applications is to provide a simple and clean user interface to write notes and save them on the internet. It's focused on users with touch devices.
### Technologies
This proyect uses React for the interface, Redux to manage state, paperjs for the canvas, passportjs and bcrypt for authentication and rbush for the canvas data structure. For styling and layout it uses [Bootstrap](https://getbootstrap.com/), styled-components, and the icons are from [Material.io](https://material.io/resources/icons/) and icons8. It also uses mongodb and express.
### Prerequisites
The project uses mongodb, and the database should be running on localhost with port 27017. To run the repository locally you need to run npm install in the two main folders server and client. After that, you can execute the command "run npm dev" inside the server folder, this command will run both, the server, on port 5000, and the client, on port 3000, at the same time.
### Author
Juan Manuel Castillo
### Links
You can view the released project in [Papeles](https://papeles.herokuapp.com/)
### Screenshot of the main page
### Licence
This project is licensed under the [MIT License](./LICENSE)