Client-server application (social blog) based on MongoDB, Express, React, Node js and css framework Tailwind CSS. With jwt authentication (registration of new users), edit user profile, add new articles, edit articles. All this when using Redux as a state management library. Sorting users by name and gender. Search for users by name. And two entities: users, articles.
Deploy -> https://blog.voodoograywood.ru
Usage:
cd client
npm install
cd server
npm install
npm start