A web application that provide general to detail information about users in that registered.
The User information App is a React-based web application that provides general to detailed information like first name, last name and email that every registered user have.
- Authentication (login, logout).
- Displaying list of registered users.
- More user informations when clicked it.
- Responsive design for different screen sizes.
Follow these steps to set up and run the this App on your local machine.
Make sure you have the following software installed:
- Node.js (version 14 or higher)
- npm (Node Package Manager)
- Clone this repository to your local machine:
git clone https://github.com/kiwi-ui/crud-app.git - Navigate to the project directory:
cd crud-app - Install the project dependencies:
npm install
- Start the development server:
npm run start - Open your web browser and go to:
http://localhost:3000
To run tests, use the following command: npm test
To test the login functionality of the User Information App, follow these steps:
- Open the Live Demo of the app.
- You will be redirects to the login page (https://5watt.vercel.app/login).
- On the login page, enter the following credentials:
- Email: eve.holt@reqres.in
- Password: cityslicka
- Click the "Login" button.
- If the provided credentials are correct, you will be redirected to the dashboard page.
Please note that this is a test environment, and the provided login credentials are for demonstration purposes only. No actual authentication or security measures are in place.
To log out of the app, you can follow these steps:
- While on the dashboard page, click on the top-left corner icon in the navigation bar.
- You will be logged out and redirected to the login page.
Check out the live demo of the User Information App: View Live Demo
We welcome contributions from the community. To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes and commit them:
git commit -m "Add new feature" - Push to the branch:
git push origin feature/your-feature-name - Submit a pull request.
This project is licensed under the MIT License.