Skip to content

Frontend side for Batam Institute of Technology Electronic Library with React JS and Tailwind CSS.

Notifications You must be signed in to change notification settings

ITEBA-dev-community/frontend-stage

Repository files navigation

Batam Institute of Technology, Electronic Library App.

This repository is the front-side or you might refer to it as the front-end, it's developed with React as the core technology. This app was designed to solve the tedious work of borrowing a book.

You know, where you must go the library, fill an endless form, just to borrow a single book, not to mention several books. Simplicity is the best.

view

How to get started

  • Open your terminal
  • Note: this guide runs well on git bash, bash, Zshell, gnome-terminal, and most linux distribution terminals, but it'll probably not gonna work on powershell or cmd
  • Make sure you have node JS and git installed, you can check it by running node --version and git --version.
  • Note: node version 18+ is highly recommended, some code might not going to work like it supposed to on lower version.
  • Clone the repository by typing git clone https://github.com/ITEBA-dev-community/frontend-stage.git.
  • Get into the directory by typing cd frontend-stage if you are on linux or git bash terminal.
  • Install all dependency by running npm i, it may take a while.
  • Finnaly, run npm start and it will automatically open a new browser.
  • If it's not opening new browser window got to http://localhost:3000/ , it's probably there or on another port.

Technologies

  • React JS
  • check the documentation here.
  • Tailwind CSS
  • check the documentation here.
  • SASS
  • check the documentation here.
  • React Router
  • check the documentation here.
  • Axios
  • check the documentation here.
  • TypeScript
  • check the documentation here.

Contributors for Frontend

@AndyNotfound
@Muhamad Zulfikar

About

Frontend side for Batam Institute of Technology Electronic Library with React JS and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks