https://github.com/frichardben/rickandmorty-api
https://github.com/frichardben/rickandmorty-api
reactjs sass typescript webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frichardben/rickandmorty-api
- Owner: frichardben
- Created: 2022-02-27T18:49:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T23:58:05.000Z (over 3 years ago)
- Last Synced: 2025-03-13T04:27:42.700Z (over 1 year ago)
- Topics: reactjs, sass, typescript, webpack
- Language: SCSS
- Homepage:
- Size: 951 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :construction: Overview
Consume API Rick and Morty
## âšī¸ About this project
This project consists of a web application that lists Rick and Morty character
## đ Technologies
- [Webpack.js](https://webpack.js.org/)
- [React.js](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Sass](https://sass-lang.com/)
## :computer: Getting Started
### Prerequisites
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/) _(version 14 or greater)_.
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) _(version 1.22 or greater)_.
### :anchor: Installing
```bash
$ git clone https://github.com/frichardben/rickandmorty-api
# Go into the repository
$ cd rickandmorty-api
# Install dependencies
$ yarn install
# Run the project
$ yarn dev
```