Read this guide before before using. For Developers, refer Developers Guide in seperate file
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This web app was created for the Geektrust frontend Admin UI challenge. It is a simple React App that allows users to view and edit information about a list of people.
So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to my learning and will be contributing in future!
This web application was built with
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
To run this app locally, you'll need to have Node.js installed on your machine. check if its installed on your machine by
-
npm
npm --version
Make sure to have latest version of npm
npm install npm@latest -g-
Clone this repository to your local machine.
git clone https://github.com/JTtime/adminUI-Challenge.git
-
In the project directory, Install NPM packages to install necessary dependencies and Run npm start to start the development server.
npm install npm start
-
Open http://localhost:3000 in your web browser to view the app.
-
if your port 3000 is busy, then make necessary changes in package.json as follows
"scripts": { "start": "PORT=8081 react-scripts start",}
or you can keep any port number you want in place of 8081.
Once the app is running, you should see a list of people on the home page. Clicking on a particular checkbox will select a person's name(row). you can view and edit their information in-place, just by clicking edit button displayed as pen symbol This data is fetched from API endpoint provided by Geektrust: https://geektrust.s3-ap-southeast-1.amazonaws.com/adminui-problem/members.json Features on this app and their usage:
For detail regarding features and their usage, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Jeevraj Taralkar - - [email protected]
Project Link: https://github.com/JTtime/adminUI-Challenge
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
