amargopastor / gallery-front

🎨 App for the gallery project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gallery Front {

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

πŸš€ Go to API

Table of Contents

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

Technologies

Libraries

About

Front end of a gallery project to view, edit and delete images.

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/gallery-front.git

# Move into it
cd gallery-front

# 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

Making of

Read all about how this project has been made right here.

Project tree

gallery-front
β”œβ”€ .eslintrc.json
β”œβ”€ .gitignore
β”œβ”€ LICENSE
β”œβ”€ README.md
β”œβ”€ components
β”‚  β”œβ”€ AddForm.tsx
β”‚  β”œβ”€ ImagesList.tsx
β”‚  β”œβ”€ LoadData.tsx
β”‚  └─ Menu.tsx
β”œβ”€ doc
β”‚  └─ README.md
β”œβ”€ lib
β”‚  β”œβ”€ fetcher.ts
β”‚  β”œβ”€ image_actions.ts
β”‚  β”œβ”€ images.ts
β”‚  └─ types.ts
β”œβ”€ next-env.d.ts
β”œβ”€ next.config.js
β”œβ”€ package.json
β”œβ”€ pages
β”‚  β”œβ”€ _app.tsx
β”‚  β”œβ”€ add.tsx
β”‚  β”œβ”€ edit
β”‚  β”‚  └─ [id].tsx
β”‚  └─ index.tsx
β”œβ”€ public
β”‚  β”œβ”€ default.jpg
β”‚  β”œβ”€ demo1.jpg
β”‚  β”œβ”€ demo2.jpg
β”‚  └─ demo3.jpg
β”œβ”€ style
β”‚  └─ theme.config.ts
β”œβ”€ tsconfig.json
└─ utils
   └─ imageExists.ts

Honorable mentions

🍍

⬆ back to top

About

🎨 App for the gallery project

License:MIT License


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%