A customizable personal dashboard, with a focus on simplicity and ease of use. Allows the user to setup the type of information they would like via widgets that are provided with the app. The widgets include:
- Clock
- Weather
- Search Bar
- Bookmarks
- Spotify Playlists with Top-10
- TTC Subway Status
- Google Maps
- Twitch Streamer Status
- Random Recipe
Note : Once a user has logged in they are able to view all their widgets and through settings toggle or hide additional widgets..
Note : Logged in users have the ablity of selecting one 20 themes to customize the appearance of their dashboard.
- Install dependencies with
npm install
. - Create .env file and ensure all necessary API keys from .env.example are present.
Note : For full functionality of the web application, both of the client and the API server applications must run concurrently (please see below for database* setup).
Run the server wihth npm start
.
- Install dependencies with
npm install
. - Create .env file and ensure all necessary API keys from .env.example are present.
- Create a db in psql and ensure information is entered in .env file.
- Once you have the database setup and the server is running and dependencies installed in the root directory, you can run
npm start
from the root directory of the project to launch the web app.
Front-End: JavaScript, HTML, JSX, React, Axios, TailwindCSS
Back-End: Express, Node.js, PostgreSQL
Testing: Storybook, Webpack Dev Server
- Axios
- Babel/core
- Babel-loader
- Cookie-Parser
- Cors
- Classnames
- DaisyUI
- dotenv
- Express
- JavsScript-Time-Ago
- Node.js
- Node-sass
- Morgan
- Normalize.css
- Moment
- Moment-Timezone
- PostgreSQL
- Spotify-Web-Api-Node
- React
- React-Beautiful-DND
- React-Dom
- React-Icons
- React-Live-Clock
- React-Moment
- React-Open-Weather
- React-Scripts
- React-Time-Ago
- React-test-renderer
- Storybook/addon-actions
- Storybook/addon-backgrounds
- Storybook/addon-links
- Storybook/addons
- Storybook/react
- Testing-library/jest-dom
- Testing-library/react
- Testing-library/react-hooks
- Prop-types
- Web-Vitals