Skip to content

amargopastor/chartJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published