Giter Site home page Giter Site logo

nicocarobene / bibliotecadigital Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.53 MB

biblioteca digital, es un proyecto realizado para la practica e implementacion de api transition entre la navegacion entre paginas.

JavaScript 8.93% Astro 73.78% TypeScript 17.29%

bibliotecadigital's Introduction

Digital Library

An application for exploring and discovering online books.

Description

This digital library application is built with Astro and showcases a variety of programming books recommended by @midudev. You can browse through a list of books and access more information about each one.

Screenshots

Image Text Image Text

Features

  • Explore a collection of online books.
  • View details of each book, such as title, author, image, and opinion.

Installation and Usage

  1. Clone this repository to your local machine.
  2. Install dependencies using the command: npm install.
  3. Run the application locally with the command: npm run start.
  4. Open your browser and navigate to http://localhost:3000 to see the application in action.

Technologies Used

  • Astro
  • HTML
  • CSS
  • JavaScript

Project Structure

Inside your Astro project, you'll find the following folders and files:

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Book.astro
|   |   └── ListOfBook.astro
|   |   └── Title.astro
│   ├── layouts/
│   │   └── Layout.astro
│   ├── mock/
│   │   └── mock.json
│   └── pages/
│       └── index.astro
│       └── [id].astro
│       └── 404.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

Contribution

Contributions are welcome! If you want to improve this application, follow these steps:

  1. Fork this repository.
  2. Create a branch for your feature: git checkout -b my-feature.
  3. Make your changes and commit: git commit -m 'Add my feature'.
  4. Push your branch: git push origin my-feature.
  5. Open a Pull Request on GitHub.

Made with ❤️ by Nicodev - https://github.com/nicocarobene

bibliotecadigital's People

Contributors

nicocarobene avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.