URL Shortener Frontend This repository contains the frontend implementation for a URL shortener application built with React. The application provides a user-friendly interface for shortening URLs, managing user accounts, and viewing statistics.
Project Overview The URL shortener frontend is built using React, designed to work seamlessly with the backend API (Node.js and MongoDB) provided in the repository. It allows users to:
Authenticate: Register, login, and reset passwords securely. Shorten URLs: Quickly shorten long URLs to manageable short links. URL Management: Easily manage and delete created URLs. Technologies Used React: Frontend JavaScript library for building user interfaces. React Router: For handling navigation and routing within the application. Axios: Promise-based HTTP client for making API requests to the backend. Bootstrap: UI framework for responsive design and styling.