Skip to content
/ dogs Public

🐶 A simple example of usage of Redux Toolkit

Notifications You must be signed in to change notification settings

RamonCP/dogs

Repository files navigation

A Dachshund dog

Dogs

About

A aplication made with React, Redux Toolkit, Typescript and Styled Components.

What is inside?

This project uses lot of stuff as:

Features

  • Fetch API with Redux Toolkit
  • Infinite Scroll

Run Locally

Clone the project

  git clone https://github.com/RamonCP/dogs.git

Go to the project directory

  cd dogs

Install dependencies

  npm install

Start the server

  npm start

Open http://localhost:3000 with your browser to see the result.

Roadmap

  • Add a search bar
  • Add a dog's info page
  • Responsive CSS