https://ehs-learning-library-pb25.onrender.com
This is a website for teachers to access a database of best teaching practices for infants and toddlers for the Neighborhood House Association. There are many resources to access teaching strategies from, however this website will be a centralized place to access all of them. The website will accomplish this by fetching, filtering (based off of dropdowns) and displaying data from over 2000 rows of google sheet data.
Technologies Used: React.js, Vite
- Data Filtering
- Dynamic UI
- Node.js
- Clone the Repository
git clone <your-repo-url> cd EHS_webpage
- Install Dependencies
npm install
- Start the Development Server
npm run dev
- Export Google sheet as .csv
- Replace .updatedData.csv in public folder with new one
- Update code logic in data.jsx