Fascia is a Dashboard application for visual representation of data.
To get started with Fascia, you'll need to clone the repository and set up both the client and server:
- Clone the repository.
- Navigate to the
client
directory. - Run
npm install
to install dependencies. - Run
npm run dev
to start the frontend React application.
- Clone the repository.
- Navigate to the
server
directory. - Run
npm install
to install dependencies. - Run
node index.js
to start the backend server.
After starting the backend with node index.js
, access the frontend by running npm run dev
and navigating to the displayed local URL.
- Visualization of data in different types of graphs and maps.
- Utilizes Nivo charts for visualization.
- Knowledge of MERN stack
- Understanding of React Redux
- Familiarity with Material UI and Nivo charts
Contributions to Fascia are welcome. Please email [email protected] to get started.
This project is licensed under the GNU General Public License Version 3.0.
For questions or feedback, please email [email protected].
Public data used for visualization was obtained from a YouTube video.