Fadahunsiseyi / react-book-store

This a book store, where a user can add a title and authot of a book, edit, and delete a particular book.

Home Page:https://celadon-sable-dd3d85.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Store Application

This is an application that stores lists of books

Live Demo

Live demo

Built With

  • HTML
  • CSS
  • Javascript
  • React

Getting Started

Prerequisites

  • Node
  • NPM ( Node Package Manager )
  • Git and Github Account

Setup

  • Run git clone on this project at the desired directory:

    git clone https://github.com/Fadahunsiseyi/react-book-store.git
    
    cd react-book-store
    
  • Install dependencies

    npm install
    
  • Start React Dev Server

    npm run start
    
  • On your favourite browser go to http://localhost:3000/

Tests

  • Webhint linter -npx hint . on the root directory.
  • Stylelint linter - npx stylelint "**/*.{css,scss}" on the root directory.
  • ESLint linter - npx eslint . on the root directory.

Authors

👤 Fadahunsi seyi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This a book store, where a user can add a title and authot of a book, edit, and delete a particular book.

https://celadon-sable-dd3d85.netlify.app/

License:MIT License


Languages

Language:JavaScript 47.8%Language:SCSS 22.1%Language:CSS 22.1%Language:HTML 7.9%