https://github.com/4msar/notepad
A simple notepad web application.
https://github.com/4msar/notepad
firebase firebase-realtime-database hacktoberfest hacktoberfest2023 notepad pwa vanila-javascript
Last synced: 4 months ago
JSON representation
A simple notepad web application.
- Host: GitHub
- URL: https://github.com/4msar/notepad
- Owner: 4msar
- Created: 2020-04-14T19:00:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T06:14:47.000Z (11 months ago)
- Last Synced: 2024-08-09T07:32:24.048Z (11 months ago)
- Topics: firebase, firebase-realtime-database, hacktoberfest, hacktoberfest2023, notepad, pwa, vanila-javascript
- Language: TypeScript
- Homepage: https://note.msar.me/
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Notepad
A Simple realtime note taking application and sharing platform.

## Available Scripts
Before run create a new firebase project and add the firebase config to the .env file.
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### ToDo
- [x] Add Firebase
- [ ] Encrypt Notes
- [ ] Convert the project to typescript
- [ ] Add User Authentication
- [ ] Add User Profile
- [ ] Add User Settings