Pinned Repositories
assignment-feedback-form
This react app collects feedback from customers. Validate them and give an appropriate error. Data is stored in local storage. Which can be represented in form of a table. Data can be filtered based on ratings.
assignment-flask-kn
API to fetch weather. Post and Get "text posts" near you.
audio-player-and-notes
Developed a React app for audio visualization of uploaded auido with Wavesurfer.js. Incorporated modern audio controls. Provided users with the flexibility to add transcriptions that seamlessly sync with the waveform display.
disney-plus-clone
doge-blog
Created a blog website using Reactjs that can perform create, read and delete operations. JSON Server was used to store data related to blogs.
Image-uploader
A react project to upload images and store them in local storage. Also, keep track of the number of reactions it has got.
learning-projects
movie-jet
This project uses API to fetch data collection of movies based on category or search input. Also, detailed information about a particular movie can be accessed.
react-projects
It contains 15 React projects. From low to medium difficulty levels. Build while learning from a React course.
text-analyser
Created a web app that requests multiple APIs and performs operations like spelling check, sentiment analysis, summary extraction and basic information on your text using regular expression.
rs-prasad's Repositories
rs-prasad/audio-player-and-notes
Developed a React app for audio visualization of uploaded auido with Wavesurfer.js. Incorporated modern audio controls. Provided users with the flexibility to add transcriptions that seamlessly sync with the waveform display.
rs-prasad/assignment-feedback-form
This react app collects feedback from customers. Validate them and give an appropriate error. Data is stored in local storage. Which can be represented in form of a table. Data can be filtered based on ratings.
rs-prasad/assignment-flask-kn
API to fetch weather. Post and Get "text posts" near you.
rs-prasad/disney-plus-clone
rs-prasad/doge-blog
Created a blog website using Reactjs that can perform create, read and delete operations. JSON Server was used to store data related to blogs.
rs-prasad/Image-uploader
A react project to upload images and store them in local storage. Also, keep track of the number of reactions it has got.
rs-prasad/learning-projects
rs-prasad/movie-jet
This project uses API to fetch data collection of movies based on category or search input. Also, detailed information about a particular movie can be accessed.
rs-prasad/react-projects
It contains 15 React projects. From low to medium difficulty levels. Build while learning from a React course.
rs-prasad/text-analyser
Created a web app that requests multiple APIs and performs operations like spelling check, sentiment analysis, summary extraction and basic information on your text using regular expression.
rs-prasad/signup-login-data-fetching
This react app is a sign up/ login portal. Sign up details are stored in local storage. Different pages are presented to the user depending on authorization status. Unauthorized users are restricted from viewing certain pages.