Tally is a user-friendly web platform for assessing localities based on community-driven rating-based surveys. It is built with React and TypeScript to create an interactive, modern dashboard and survey experience.
- Responsive dashboard with data visualizations (Recharts)
- Live search bar for area, pincode, city, or state
- Survey forms for rating amenities and living standards
- Community feedback section
- Modern UI with KendoReact and MUI components
- Form validation, tooltips, notifications, and more
- React with TypeScript
- KendoReact & Material-UI (MUI)
- Recharts
- ipapi (geolocation API)
- Paste these commands in terminal:
git clone https://github.com/richk21/tally-frontend.git
cd tally-frontend
yarn
- Node.js >= 16.x
- npm (or yarn)
- Create a .env file in the root directory
tally-frontend - add
REACT_APP_API_BASE_URL=<YOUR LOCAL BACKEND URL>
- enter
yarn startin the root directory - navigate to http://localhost:3000