Skip to content

mskmee/rss_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This repository contains an application that retrieves data from the Rick and Morty API.

  1. Task urk: https://github.com/rolling-scopes-school/tasks/tree/master/react/modules
  2. Deploy: https://rick-and-morty-maksim-maksimenko.netlify.app/

Using Vite and Jest for module testing, Axios for making requests, and TypeScript for type checking.

Additionally, there is a server-side rendered version of the application in module 6.

Project Structure

The project follows a standard Vite project structure with the following key components:

  • src - contains the source code
  • dist - contains the build output
  • tests - contains the unit tests
  • vite.config.ts - contains the Vite configuration

Dependencies

The project depends on the following libraries:

  • vite - build tool
  • axios - promise-based HTTP client for making requests
  • vitets - testing framework
  • typescript - language for application development
  • framer-motion - animation library

RSS React course.

## Deployment

- React Components

## Run Locally

Clone the project

git@github.com:mskmee/rss_react.git

Go to the project directory

cd rss_react

Install dependencies

npm i

Start the server

npm run start

Tests coverage

npm run coverage

## Build

To build this project run

npm run build

## Running Tests

To run tests, run the following command

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors