Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 852 Bytes

File metadata and controls

27 lines (19 loc) · 852 Bytes

Timeliner

This project is a timeline application where users can input a topic and view a chronological timeline related to that topic. It uses React for the frontend, with Vite as the build tool and TypeScript for type safety. TailwindCSS is used for styling, and Flowbite provides additional UI components.

Features

  • Interactive search page to input topics
  • Timeline display page showing a list of events
  • Responsive design with TailwindCSS
  • Frontend built with React and TypeScript for scalable and maintainable codebase

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js 12.0.0 or higher
  • npm or yarn

Installing My React Timeline App

To install the project, follow these steps:

git clone https://github.com/iitealpha/GenAI-Hackathon.git
cd my-app
npm install
# or
yarn install