https://github.com/uzo-felix/pre-interview
https://github.com/uzo-felix/pre-interview
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzo-felix/pre-interview
- Owner: Uzo-Felix
- Created: 2024-11-16T09:22:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T11:42:27.000Z (7 months ago)
- Last Synced: 2025-01-23T21:17:05.164Z (4 months ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Article Application
A React-based article management system with theme switching, infinite scroll, and search capabilities.
## Features
- Light/Dark theme switching with persistent storage
- Article list with infinite scrolling
- Search and filter articles by category, author, and content
- Responsive design for all device sizes
- Share article functionality
- Full article view with navigation## Getting Started
### Local Development
Install dependencies:
```bash
npm install
```Start development server:
```bash
npm start
```
Run tests:
```bash
npm test
```
Build for production:
```bash
npm run build
```### Docker Setup
Build container:
```bash
docker build -t article-app .
```
Run container:
```bash
docker run -p 3000:3000 article-app
```### Technology Stack
- React
- TypeScript
- Tailwind CSS
- React Router
- Jest + Testing Library### Browser Support
Supports all modern browsers:- Chrome
- Firefox
- Safari
- Edge