HugoRCD / currencia

Crypto tracker web-app

Home Page:https://currencia.hrcd.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currencia APP

Homepage

Features

UI/UX

  • Translation with I18n for multiple languages support
  • Dark and light theme switchable by the user
  • Fully responsive design using SCSS

SEO

  • SEO friendly with meta tags and Open Graph tags
  • Sitemap generation
  • Robots.txt generation

Deployment

  • Include Docker configuration using a Dockerfile and Docker-compose
  • Easily deploy the application in a container running on port 8080
  • simply run docker-compose up to start the application

Lint

  • Eslint is configure on the project (configure for Typescript, with Prettier)

Console

This application includes a powerful console that can be launched by using the shortcut cmd + k. This console can provide various features to facilitate development and management of the application but you will need to develop your own commands. the console in the boilerplate is just an example of what you can do with it.

Getting Started

Clone the repository:

git clone git@github.com:hugoRCD/currencia.git

Install dependencies:

bun install

There is no need to use the --shamefully-hoist flag here because the dependencies the flag is set to true by default in the .npmrc file.

Start the development server:

bun dev

Now you can open the app in your browser at http://localhost:3000 if you do not override the default port.

To Do

  • Add a more complete documentation
  • Add some components
  • Add Authentification (OAuth2, JWT, ...)
  • Add a blog page

Built With

  • Nuxt.js - The Progressive JavaScript Framework
  • NuxtUI - Nuxt UI is a Vue UI Library with Tailwind CSS for Nuxt
  • Resend - Resend is a modern email client for developers
  • Bun - Bun is a fast, really fast JavaScript runtime

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Crypto tracker web-app

https://currencia.hrcd.fr

License:MIT License


Languages

Language:Vue 62.8%Language:TypeScript 34.2%Language:SCSS 2.7%Language:JavaScript 0.2%Language:Dockerfile 0.1%