Skip to content

React Application that represents notes list and contains react fundamentals: react hooks, routing, api requests, pagination, authorization, react context, connecting third-party libraries.

Notifications You must be signed in to change notification settings

imwshdp/hello-react-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Notes List Application

React multi-page application with REST API data parcing, data filtering & sorting logic, dynamic pagination and app routing. The simulation of receiving data from the server is implemented using the JSONPlaceholder website.

The application includes:

  • Consuming REST API
  • React custom hooks
  • Dynamically resizable and filterable list of notes
  • Controlled React components
  • Basic routing and authentication logic

The application is designed based on Ulbi TV video tutorials. Hosted review version of app is available here.

Stack

  • React v18
  • React hooks for state management and navigation
  • React Router v6 for routing
  • Axios for working with API requests
  • React Transition Group for animations
  • Intersection Observer API provides infinite page scrolling

Learn More

You can learn more in the Create React App documentation. To learn React, check out the React documentation.

About

React Application that represents notes list and contains react fundamentals: react hooks, routing, api requests, pagination, authorization, react context, connecting third-party libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published