- See all users from the API on the homepage
- Sort user by name, company, city
- Change between ASC and DESC sort
- Click on a user card to see more detailed information
- Change user data with simple validation and
PUT
on server - Toggle the color scheme between light, dark auto mode
- Solution URL: https://github.com/FightM9/users-list-rest
- Live Site URL: https://users-list-rest.vercel.app/
- Typescript - Syntactical superset of JavaScript
- React – JS library
- React Router v6 – for page routing
- PicoCSS – minimal CSS Framework for semantic HTML
- Redux Toolkit – A predictable state container for JavaScript applications
- Styled-components – For styles
- Axios – Http Client
- Redux-thunk – middleware for Redux.