https://github.com/heliolj/nlw-spacetime-web
Front-end usando ReactJS, NextJS, TypeScript e mais tecnologias. Criado durante o evento da Rocketseat NLW.
https://github.com/heliolj/nlw-spacetime-web
autoprefixer axios eslint jwt-decode lucide-icons next nextjs postcss prettier react reactjs tailwindcss typescript
Last synced: 2 months ago
JSON representation
Front-end usando ReactJS, NextJS, TypeScript e mais tecnologias. Criado durante o evento da Rocketseat NLW.
- Host: GitHub
- URL: https://github.com/heliolj/nlw-spacetime-web
- Owner: helioLJ
- License: mit
- Created: 2023-05-16T14:40:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T23:03:32.000Z (about 3 years ago)
- Last Synced: 2025-07-11T06:43:10.763Z (11 months ago)
- Topics: autoprefixer, axios, eslint, jwt-decode, lucide-icons, next, nextjs, postcss, prettier, react, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Space Time 🌌
Front-end usando ReactJS, NextJS, TypeScript e mais tecnologias. Criado durante o evento da Rocketseat NLW.

## Índice
- [Stack utilizada 🛠️](#stack-utilizada)
- [Funcionalidades 🚀](#funcionalidades)
- [Screenshots 📷](#screenshots)
- [Rodando localmente 💻](#rodando-localmente)
- [Variáveis de ambiente 🔑](#variáveis-de-ambiente)
- [Figma do Projeto 🎨](#figma-do-projeto)
- [Licença 📜](#licença)
## Stack utilizada








### Outras Libs
- Autoprefixer
- Axios
- Lucide React
## Funcionalidades
- Fazer Login usando conta do GitHub (OAuth)
- Fazer Logout
- CRUD de memórias
## Screenshots
| No Memories | Memories |
| ------------- | ------------- |
|
|
|
| Create | Create (filled) |
|
|
|
## Rodando localmente
Clone o projeto
```bash
git clone https://github.com/helioLJ/nlw-spacetime-web
```
Entre no diretório do projeto
```bash
cd my-project
```
Instale as dependências
```bash
npm install
```
Inicie o servidor
```bash
npm run dev
```
## Variáveis de ambiente
Para rodar esse projeto, você vai precisar adicionar só uma variável de ambiente, no arquivo .env.local
```env
# Github
NEXT_PUBLIC_GITHUB_CLIENT_ID=
```
## Figma do Projeto
- [Figma](https://www.figma.com/community/file/1240070456276424762)
- 

## Licença
[MIT](./LICENSE)