An open API service indexing awesome lists of open source software.

https://github.com/shailysarker/post-window-frontend

Post View Website
https://github.com/shailysarker/post-window-frontend

axios javascript localstorage react-hooks react-router reactjs redux tailwindcss

Last synced: 2 months ago
JSON representation

Post View Website

Awesome Lists containing this project

README

          

# Project Name: Post Window Website

# Website Link:
https://post-window-frontend.vercel.app/

# Technologies:
JavaScript, Tailwind CSS, ReactJS, React Router, Redux, Axios, Local-Storage.

# Objective
A modern React.js application featuring secure user authentication and an interactive dashboard with advanced data table functionality for filtering and sorting.

# Features

- **🔐 Secure Authentication**
- User login/signup with form validation
- Password strength requirements (6+ chars, 1 uppercase, 1 number, 1 special char)
- Persistent sessions using localStorage
- Protected routes

- **📊 Interactive Dashboard**
- Dynamic data table with:
- Column sorting (ASC/DESC)
- Real-time filtering
- Pagination
- Responsive design (mobile-friendly)
- User profile management

- **⚡ Modern Tech Stack**
- React 18 with hooks
- Redux Toolkit for state management
- Tailwind CSS for utility-first styling
- React Router v6 for navigation
- Axios for HTTP requests

# Run

## Clone this repository
$ git clone https://github.com/ShailySarker/Post-Window-Frontend

## Go into the repository
$ cd Post-Window-Frontend

## Install dependencies
$ npm install

## Run the app
$ npm run dev