Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 1.98 KB

README.md

File metadata and controls

87 lines (55 loc) · 1.98 KB

Letmeask

Technologies   |    Project   |    Layout   |    Screenshot   |    How to run   |    License

License


🧪 Technologies

This project was developed with the following technologies:

🍺 Project

Drink Count is a simple app that allows you to track your favorite drinks and their quantity.

The project uses:

✔ React

✔ React Hooks

✔ React Context API

✔ Next.js

✔ TypeScript

✔ Cookies

✔ i18n

✔ Chakra UI

✔ Dark & Light Theme

The internacionalization gets your system language, but you can change by adding /en or /pt-BR at the end of the URL. In this project it has only two languages supported, fallbacking to the en (English) language.

🔖 Layout

Check the app deployed on Vercel in here.

🖼 Screenshot

screenshot of drink count app

🚀 How to run

Clone the project and access its folder.

$ git clone https://github.com/thefalked/Ddrink-Count.git
$ cd Drink-Count

To start it, follow the steps below:

# Install dependencies
$ yarn

# Start the project
$ yarn start

The app will be available in your browser on the address http://localhost:3000.

📝 License

This project is under the MIT license. See the LICENSE file for more details.