Skip to content

Files

Latest commit

42d6a90 · Jan 21, 2021

History

History
21 lines (11 loc) · 850 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 850 Bytes

React-Apps

A Simple React app that lets you search different recipes by typing any keyword in search bar and showing you different recipes with its ingredients.

A ToDo List application created using react and functional state management also storing the tasks locally.

Deployed on vercel: To-Do App

A simple travel website template.

Deployed on vercel: Travel Website

An app that fetches some data from an API, used Redux, ReduxThunk(Middleware) for state management and axios for fetching data in app. This app was just to show the use of Redux to learn about it's implementation.