Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felipe-perez-ferraro/stocker_front

Stocker is a Stock System website for tech companies where you can have a record of which electronic products your company has. You can add, delete or edit products and filter them
https://github.com/felipe-perez-ferraro/stocker_front

reactjs redux-toolkit taiwindcss

Last synced: about 1 month ago
JSON representation

Stocker is a Stock System website for tech companies where you can have a record of which electronic products your company has. You can add, delete or edit products and filter them

Awesome Lists containing this project

README

        


Stocker

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Final Capstone Project Frontend ](#-final-capstone-project-frontend-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Back End Part ](#-back-end-part-)
- [🚀 Video Presentation ](#-video-presentation-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 Stocker

**Stocker** is a stock system for electronic products where you can load you company products and have a record of what you got.

## 🛠 Built With

### Tech Stack

Client

Server

Database

Design

### Key Features

- **User Sign up and Login/Logout**
- **User Authentication and Authorization**
- **Load Products from the Database**
- **Update and Delete Products**
- **Searchbar**
- **Filter Data**

(back to top)

## 🚀 Back End Part

The site has 2 separate repositories, this is the Frontend repository.

Link to the [Back End Repository](https://github.com/Felipe-Perez-Ferraro/stocker_back)

(back to top)

## 🚀 Project Presentation
[Video Presentation](https://www.loom.com/share/e64c0c85ab954b91891febbaa79d29b6?sid=81ff34d7-7916-4119-bcfa-012e962d2a86)

(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:

- Install npm and nodeJs

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Felipe-Perez-Ferraro/stocker_front
```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

(back to top)

## 👥 Authors

👤 **Felipe Perez Ferraro**

- GitHub: [@githubhandle](https://github.com/Felipe-Perez-Ferraro)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felipe-perez-ferraro-6b9358218/)

(back to top)

## 🔭 Future Features

- [ ] **Implementing product pagination**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Felipe-Perez-Ferraro/stocker_front/issues).

(back to top)

## ⭐️ Show your support

If you like this project please share with your friends and family!

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)