diogolPereira / cellar-diogoPereira

Wine/beer cellar case
0 stars 0 forks source link

Cellar

Github top language Github language count Repository size License

🚧 Cellar πŸš€ Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


:dart: About

This is a simple app for managing bottles. This app is been created with vite and React.

For the style of app I decide use MUI because simplicty of we can make a design responsive and clean.

The app use react router(v6) for navigation inside.

For the state managemnt I opt for go with react hooks where I create a global context with list of bottles, inside the components I use the useState for control the component.

The app use localStorage for presist the data in device.

:sparkles: Features

:heavy_check_mark: Create Read Update and Delete bottles;\ :heavy_check_mark: Order Table and details page;\ :heavy_check_mark: Use a state managment for control the state of app;\ :heavy_check_mark: Data presist on device;

:rocket: Technologies

The following tools were used in this project:

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Git and Node installed.

:checkered_flag: Starting

# Clone this project
$ git clone https://github.com/diogolPereira/cellar-diogoPereira

# Access
$ cd cellar

# Install dependencies
$ yarn

# Run the project
$ yarn dev

# The server will initialize in the <http://localhost:3000>

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by Diogo Lima

 

Back to top