Welcome to Celebrity Spy, a web app designed to showcase the top 15 most followed celebrity accounts on a platform of your choice. Users can effortlessly access essential information about these celebrities, such as their profile images, names, platform handles, and the number of followers they currently have. As of August 18, 2023, this application keeps you in the loop about the most popular figures on social media.
To ensure proper functionality, the following versions are recommended:
- React version ^18.2.0
- npm v9.8.1
Get started with Celebrity Spy on your local machine by following these steps:
- Clone the repository using the command:
git clone https://github.com/joelnyongesa/celebrity-spy-app.git
- Install the necessary dependencies by running:
npm install
- Navigate to the
src
folder and launch the JSON server by executing:json-server --watch db.json -p 8000
– this will set up the database server. - Return to the project directory and initiate the REACT app with:
npm start
Upon successful setup, the app will automatically display celebrity images and account details based on the provided data.
This project was created by Joel Nyongesa.
Feel free to get in touch with me via email: [email protected].
This project is licensed under the MIT License.