https://github.com/andresilveira1/rocketnotes-web
WebSite to save personal notes.
https://github.com/andresilveira1/rocketnotes-web
html-css-javascript react-components react-router react-router-dom reactjs styled-components vite
Last synced: 3 months ago
JSON representation
WebSite to save personal notes.
- Host: GitHub
- URL: https://github.com/andresilveira1/rocketnotes-web
- Owner: andresilveira1
- Created: 2023-04-26T11:36:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T23:59:03.000Z (over 2 years ago)
- Last Synced: 2025-03-14T12:11:38.626Z (over 1 year ago)
- Topics: html-css-javascript, react-components, react-router, react-router-dom, reactjs, styled-components, vite
- Language: JavaScript
- Homepage: https://rocketnotes1000.netlify.app/
- Size: 3.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rocket Notes FrontEnd
WebSite |
Technologies |
Layout |
Clone
A FrontEnd app build with Vite tool, and ReactJs as template. Rocket Notes is app to save your personal notes. You can set a Title, description, links, and tags.

## [WebSite](https://rocketnotes1000.netlify.app/)
### BackEnd repository: [Link](https://github.com/andresilveira1/rocketnotes-api)
# Technologies
- Vitejs
- ReactJs
- JavaScript
- Styled Components
# Layout
You can view layout on figma by clicking [here](https://www.figma.com/file/hbBzycZDR4WGSVWyK5aOqV/RocketNotes/duplicate?type=design&node-id=0-1&mode=design).
# Run
```bash
git clone https://github.com/andresilveira1/app-rocketnotes.git
npm install
npm run dev
```