User Activity List Project - Full Throttle Labs Technologies used:
- React : v 17
- Node: v 12
Framework used: Material UI
Deployed react app on Heroku:
Link : https://useractivity-list.herokuapp.com/
API url: https://my-json-server.typicode.com/neeta1995/userlistserver/members
Description: - On load a user list appears on the page. User list consists of username and a button ‘All Activities’.
- Username is a clickable link. On click a modal appears displaying activity time period for that day.
- On click of button ‘All Activities’ a calendar opens showing all the time activity periods for all days.
To run the project in local:
use git clone
cd
run npm i
run npm start