https://github.com/vinisioux/rickandmortywiki
https://github.com/vinisioux/rickandmortywiki
axios localstorage react-router reactjs styled-components typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vinisioux/rickandmortywiki
- Owner: vinisioux
- Created: 2021-06-21T15:09:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T18:12:30.000Z (about 5 years ago)
- Last Synced: 2025-10-29T21:40:57.431Z (8 months ago)
- Topics: axios, localstorage, react-router, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://wikirickandmorty.netlify.app/
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### :large_blue_diamond: Rick and Morty Wiki
Rick and Morty Wiki, é um site para poder encontrar personagens da serie e poder favoritar os que você mais gosta.
Site disponível em: https://wikirickandmorty.netlify.app/
---
### :rocket: Tecnologias usadas
Neste projeto utilizei as seguintes tecnologias
- [TypeScript](https://www.typescriptlang.org/)
- [ReactJS](https://reactjs.org/)
- [Styled Components](https://styled-components.com/)
- [Axios](https://github.com/axios/axios)
- [React Router](https://reactrouter.com/web/guides/quick-start)
---
### :dart: Como rodar
Para rodar este projeto, você ira precisar ter o [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/), [Yarn](https://yarnpkg.com/).
Na linha de comando execute:
```bash
# Clone o repositório
$ git clone https://github.com/vinisioux/rickandmortywiki.git
# Entre no diretório
$ cd rickandmortywiki/
# Instalar as dependências
$ yarn
# Execute o comando abaixo para startar o app
$ yarn start
```