enWrite is an simple and clean web app for taking notes on the go and setting reminders for important tasks.
Use of third party libraries are kept minimal to explore the indepth features of the frameworks itself.
And of course Dillinger itself is open source with a [public repository][dill] on GitHub.
Running enWrite on local server Requires the API to be running too on the local server as it hasn’t been deployed yet. You need to have Node.js installed and Docker Compose setup to run this.
Install the dependencies and devDependencies and start the server for react app
$ cd notes-app
$ npm install
$ npm start
For api to be functional.
$ cd enWrite-api
$ sudo docker-compose buil
$ sudo docker-compose up
Want to contribute ? That would be great!
Author: srvraj311
Source Code: https://github.com/srvraj311/notes-app
#react-native #react #mobile-apps