Full-stack Web App
Book-Nagar
A full-stack web application for exploring, managing, and discovering books.
Separates a Vite + React frontend from a backend applicationProvides a foundation for book discovery and managementUses environment-based configuration for frontend-backend communication
Problem
A full-stack web application for exploring, managing, and discovering books.
Solution
Built with React, Vite, JavaScript to keep the workflow practical and maintainable.
Impact
Separates a Vite + React frontend from a backend application
ReactViteJavaScriptNode.jsREST API
Overview
Book-Nagar is a full-stack web application focused on exploring, managing, and discovering books. The repository separates the product into a Vite + React frontend and a backend service.
Engineering approach
- Frontend built with Vite and React.
- A separate backend application provides API functionality.
- Environment variables define the frontend API connection and backend configuration.
Product direction
The project explores the complete path from an interactive frontend to a service-backed web application, rather than treating a book interface as a static UI exercise.
Outcomes
- Separates a Vite + React frontend from a backend application
- Provides a foundation for book discovery and management
- Uses environment-based configuration for frontend-backend communication