This project is a full-stack Autocomplete System using the Trie data structure. It provides real-time search suggestions based on user input.
- Frontend: React.js (Vite), Axios, Tailwind CSS (optional)
- Backend: Node.js, Express.js
- Others: Local JSON/word file, Concurrently, Nodemon
autocomplete-project/
├── client/ → React App (Vite)
├── server/ → Node.js + Express App
├── README.md
Refer to the project documentation for the day-by-day development plan.