Giter VIP home page Giter VIP logo

bookstore's Introduction

Module 3: BookStore

๐Ÿ“— Table of Contents

๐Ÿ“– BookStore

BookStore is project from Microverse module 3, it is a Webapp built using ReactJS.

๐Ÿ›  Built With

HTML, CSS, NodeJS v18, ReactJS

Tech Stack

Structure
Style
Front-end framwork
Linters

Key Features

  • Virtual DOM.

  • JSX.

  • Components.

(back to top)

๐Ÿš€ Live Demo

  • Comming soon...

(back to top)

๐Ÿ’ป Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need: Open terminal on the same folder of the project and run:

 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git https://github.com/ilyassatlassi/Bookstore.git

Install

Install this project with:

  cd bookstore
  npm install

Usage

Run in development mode (Port 3000)

  npm run start

Build for production

npm run build

Run tests

  • Linter Tests

To run tests, run the following command:

To check for html errors run:

  npx hint .

To check for css errors run:

  npx stylelint "**/*.{css,scss}"

To check for js errors run:

  npx eslint "**/*.{js,jsx}"

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Author1

๐Ÿ”ญ Future Features

  • Add Components.
  • Add Events.

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project send your feedback to encourage me to do more.

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Microverse for offering me this opportunity to learn, and practice my skills.

(back to top)

โ“ FAQ

-Why use linters?

  • The use of linters helps to diagnose and fix technical issues, also linters can help teams achieve a more readable and consistent style, through the enforcement of its rules.

-Why use ReactsJS?

  • React has reusable Components.
  • React uses Virtual DOM.
  • React has a large ecosystem.

(back to top)

๐Ÿ“ License

This project is MIT licensed. (Check the LICENSE file)

(back to top)

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.