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

https://github.com/jaoshigithub/todoelixir

Small todo app, created by using Elixir language and Phoenix framework
https://github.com/jaoshigithub/todoelixir

css elixir frontend html phoenix phoenix-liveview tailwindcss webdevelopment

Last synced: about 2 months ago
JSON representation

Small todo app, created by using Elixir language and Phoenix framework

Awesome Lists containing this project

README

          

# TodoApp

* A simple Todo app built with Elixir and Phoenix LiveView.
* The main goal of this project is to learn and explore how GenServer works.

## What do I use in this project?
* Language: Elixir
* Framework: Phoenix LiveView
* Styling: TailwindCSS & Pure CSS
* Font: Josefin Sans ``

## Start Phoenix server to see the UI and more:

* Run `mix deps.get` to install dependencies (only for the first time)
* Run `mix phx.server` or inside IEx with `iex -S mix phx.server`
* Go to [`localhost:4000`](http://localhost:4000) from your browser.

## Learn More

* Elixir Document: [https://hexdocs.pm/elixir/Kernel.html#content](https://hexdocs.pm/elixir/Kernel.html#content)
* GenServer: [https://hexdocs.pm/elixir/GenServer.html](https://hexdocs.pm/elixir/GenServer.html)
* Phoenix LiveView: [https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html)
* TailwindCSS: [https://tailwindcss.com/](https://tailwindcss.com/)
* Josefin Sans Font: [https://fonts.google.com/specimen/Josefin+Sans](https://fonts.google.com/specimen/Josefin+Sans)