Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresilveira1/rocketnotes-web
https://github.com/andresilveira1/rocketnotes-web
html-css-javascript react-components react-router react-router-dom reactjs styled-components vite
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/andresilveira1/rocketnotes-web
- Owner: andresilveira1
- Created: 2023-04-26T11:36:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T23:59:03.000Z (8 months ago)
- Last Synced: 2024-03-13T01:22:26.723Z (8 months 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 |
CloneA 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.
![preview](./.github/preview.png)
## [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.gitnpm install
npm run dev
```