Skip to content

akileshjayakumar/assessment1-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is the link to the live site: https://gds-swe-gcc-assessment1-app.vercel.app/

Key Features

  • Modern SPA Framework: Developed using React.js, this application employs a component-based architecture.
  • Form Submission: Includes a form to capture and submit an author's name, enhancing user engagement.
  • Dynamic Content Display: Dynamically displays submitted author names on the page through effective state management.
  • API Integration: Demonstrates asynchronous data retrieval by fetching user data from the dummy API endpoint https://jsonplaceholder.typicode.com/users.
  • User List Display: Integrates fetched user data with UI components to render a list of users on the page.

Getting Started

To set up and run this project locally, follow these steps:

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd assessment1-app
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start
  5. View in browser: Open http://localhost:3000 to see the app in action.

Contact Information