This project is a React-based application featuring a user-friendly interface for data management and display. It consists of two main pages: a Login Page and a Dashboard. The Dashboard is the core of the application, enabling users to upload data, search through existing data, and view data cards with key details.
- Login Page: Allows users to log in with a username and password. Optional features include links for "Forgot Password" and "Sign Up".
- Dashboard: Comprises several components:
- Data Upload Form: Users can input or upload dummy data, submit it, and receive a confirmation message upon successful upload.
- Data Cards: Displays uploaded data in card format, with options for editing or deleting data.
- Search Bar: Enables searching within the uploaded data and dynamically displays search results.
Client: React, TailwindCSS, Vercel
to start
git clone the repo
npm i
npm run dev
- For Login Details use - any email and password character
- Card: For displaying data in a card format.
- Hero: Contains the search bar within the Dashboard.
- Form: Used for uploading data in the Dashboard.
- Implementation of a Login Page with essential fields and options.
- Development of a Dashboard with functionalities for uploading data, searching within the data, and displaying data.
- Dynamic data handling within the Dashboard using React hooks and state management.
- Responsive styling for mobile devices
- Sweta Karar