Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leonardospereira/rocketnotes


https://github.com/leonardospereira/rocketnotes

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

RocketNotes


[Layout](https://www.figma.com/file/vbhnucuBMl5dpDhleG0BmQ/RocketNotes-(Copy)?type=design&mode=design&t=aq1522HcyXAeFv6l-1)

[Português](#pt)
/
[English](#en)

# Português

## 📝 Tabela de conteúdos

- [Sobre](#about_pt)
- [Iniciando o projeto](#getting_started_pt)
- [Usando](#usage_pt)
- [Tecnologias](#built_using_pt)

## 🧐 Sobre
Este projeto foi criado durante o curso Exporer da Rocketseat, com o objetivo de listar notas, além de possibilitar adicionar links e tags para cada nota.

## 🏁 Iniciando o projeto

Essas instruções vão te guiar para ter uma cópia da aplicação funcionando em sua máquina local.

### Pré-requisitos

Inicialmente você vai precisar de alguns programas instalados para que consiga fazer uso:

- [Visual Studio Code](https://code.visualstudio.com) - Editor de código
- [Node.js + npm](https://nodejs.org/en) - Versão LTS recomendada

### Instalando

Instruções passo a passo para utilizar a aplicação:

Feita a instalação mencionada, faça uma cópia do código fonte ou o download para sua máquina.

Abra os arquivos com o VSCODE e em seguida, abra o seu terminal integrado e execute o seguinte código:
```
npm install
```
Esse comando irá instalar todas as dependências necessárias para que consiga utilizar a aplicação.

## 🎈 Usando

Primeiramente, acesse o arquivo "api.js", localizado dentro da pasta "src/services" e selecione a url do backend que deseja utilizar.

*Caso escolha pela url de desenvolvimento, você precisará de uma cópia dos arquivos do backend rodando em sua máquina local. Para isso, todos os detalhes de utilização estão disponíveis [aqui](https://github.com/LeonardoSPereira/RocketNotesBackEnd).*

Tendo executado o servidor local e com a cópia do backend em execução, execute a linha de comando a seguir para iniciar o servidor local:
```
npm run dev
```

Após, clique no link informado no terminal ou o digite no seu navegador:
```
http://localhost:5173
```

Com isso, você deverá conseguir acessar a aplicação normalmente

## ⛏️ Tecnologias

- [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS)
- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [ReactJs](https://react.dev)
- [Vite](https://vitejs.dev)
- [NodeJs](https://nodejs.org/en/)
- [Styled Components](https://styled-components.com)
- [React Router DOM](https://reactrouter.com/en/main)
- [React Icons](https://react-icons.github.io/react-icons/)

# English

## 📝 Table of Contents

- [About](#about_en)
- [Getting Started](#getting_started_en)
- [Usage](#usage_en)
- [Technologies](#built_using_en)

## 🧐 About
This project was created during the Rocketseat Explorer course with the aim of listing notes, as well as allowing the addition of links and tags for each note.

## 🏁 Getting Started

These instructions will guide you to have a copy of the application running on your local machine.

### Prerequisites

You'll need a few programs installed to get started:

- [Visual Studio Code](https://code.visualstudio.com) - Code editor
- [Node.js + npm](https://nodejs.org/en) - Recommended LTS version

### Installing

Step-by-step instructions to use the application:

Once you've installed the mentioned software, make a copy of the source code or download it to your machine.

Open the files with VSCODE and then open your integrated terminal and execute the following code:
```
npm install
```

This command will install all the necessary dependencies to use the application.

## 🎈 Usage

Firstly, access the "api.js" file located inside the "src/services" folder and select the URL of the backend you want to use.

*If you choose to use the development URL, you'll need a copy of the backend files running on your local machine. All usage details are available [here](https://github.com/LeonardoSPereira/RocketMoviesBackEnd).*

Once the local server is running and you have the backend copy running, execute the following command line to start the local server:
```
npm run dev
```

Then, click on the link provided in the terminal or enter it into your browser:
```
http://localhost:5173
```

With that, you should be able to access the application normally.

## ⛏️ Technologies

- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [ReactJs](https://react.dev)
- [Vite](https://vitejs.dev)
- [NodeJs](https://nodejs.org/en/)
- [Styled Components](https://styled-components.com)
- [React Router DOM](https://reactrouter.com/en/)
- [React Icons](https://react-icons.github.io/react-icons/)