Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

![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.git

npm install
npm run dev
```