amargopastor / chartJS

πŸ“Ά A frontend project about graph visualization

Home Page:chart-js.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChartJS {

GitHub package.json version (branch) npm type definitions GitHub code size in bytes GitHub forks

Table of Contents

  1. Technologies
  2. Libraries
  3. About
  4. Set Up
  5. Commands Availables
  6. Project tree
  7. Honorable mentions

Technologies

Libraries

About

A small project that shows population data by region and gender in Catalonia.

Set Up

To download and start the project you need to run the following commands:

# Clone the project into your local pc
git clone https://github.com/amargopastor/chartJS.git

# Move into it
cd chartJS

# Install all the necessary dependencies (you can check them in the package.json)
yarn install

Commands Availables

Once you've set up the project you're ready to run develop app. Here there are different options:

# Start the project in dev mode (runs typescript files)
yarn run dev

Project tree

chartJS
β”œβ”€ .gitignore
β”œβ”€ LICENSE
β”œβ”€ README.md
β”œβ”€ components
β”‚  β”œβ”€ CountiesChart.tsx
β”‚  β”œβ”€ CountiesForm.tsx
β”‚  β”œβ”€ Menu.tsx
β”‚  β”œβ”€ Option.tsx
β”‚  └─ SubmitButton.tsx
β”œβ”€ lib
β”‚  β”œβ”€ api.ts
β”‚  └─ useContext.tsx
β”œβ”€ next-env.d.ts
β”œβ”€ next.config.js
β”œβ”€ package.json
β”œβ”€ pages
β”‚  β”œβ”€ _app.tsx
β”‚  β”œβ”€ female.tsx
β”‚  β”œβ”€ index.tsx
β”‚  └─ male.tsx
β”œβ”€ public
β”‚  └─ readme_img.png
β”œβ”€ style
β”‚  └─ theme.congif.ts
β”œβ”€ tsconfig.json
β”œβ”€ types
β”‚  β”œβ”€ countie.d.ts
β”‚  └─ dataContext.d.ts
β”œβ”€ utils
β”‚  └─ location.pathname.ts
└─ yarn.lock

Honorable mentions

🍍

⬆ back to top

About

πŸ“Ά A frontend project about graph visualization

chart-js.vercel.app

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%