Technologies | Project | Layout | Screenshot | How to run | License
This project was developed with the following technologies:
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.
Check the app deployed on Vercel in here.
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
.
This project is under the MIT license. See the LICENSE file for more details.