Skip to content

Vishesh1110/chat_app_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Commands

1. Navigate to Project Directory

cd chat_app_assignment

2. Install Base Dependencies

npm install

3. Install Tailwind CSS & PostCSS

npm install -D tailwindcss postcss autoprefixer

4. Initialize Tailwind Configuration

npx tailwindcss init -p

5. Install Lucide React Icons

npm install lucide-react

6. Start Development Server

npm run dev

🎯 One-Line Setup (Copy & Paste)

cd chat_app_assignment && npm install && npm install -D tailwindcss postcss autoprefixer && npx tailwindcss init -p && npm install lucide-react && npm run dev

About

Frontend Intern Assignment for 169pi.ai. Made a chatgpt like frontend in where users can write queries, save or pin them on top.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors