Skip to content

This project is written as a frontend for the BookTracker backend application. Users can perform CRUD operations on the added books by adding a book.

Notifications You must be signed in to change notification settings

esmaaksoy/bookTracker-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookTracker-Frontend

This project is written as a frontend for the BookTracker backend application. Users can perform CRUD operations on the added books by adding a book.

Project Outcome

Project gif BookTracker Live Page

Tech/framework used

  • axios Axios is a JavaScript library used for making HTTP requests. It can work in both browsers and Node.js environments and provides a Promise-based API.

  • React is a JavaScript library developed by Facebook. It is used to build user interface components and is a popular choice for developing single-page applications.

  • Tailwind CSS Tailwind CSS is a utility-first CSS framework for creating custom designs quickly. It allows for rapid development by providing a set of pre-defined utility classes that can be used to style HTML elements.

  • React Icons is used to include icons in React applications. It includes various icon sets and can be easily used through components.

  • Context API Context API is a feature in React that allows components to share data without having to pass props manually at every level of the component tree. It provides a way to share state between components without using props drilling.

  • React Toastify React Toastify is a library for displaying notifications in React applications. It provides a simple way to show success, error, and other types of notifications to users.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo

    git clone https://github.com/esmaaksoy/bookTracker-frontend
  2. Install NPM packages

    npm install
  3. The project is ready, you can start using it now. You can run:

    npm start

    Runs the app in the development mode.
    Open http://localhost:3000 to view it in the browser.

About

This project is written as a frontend for the BookTracker backend application. Users can perform CRUD operations on the added books by adding a book.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published