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
- Host: GitHub
- URL: https://github.com/jaoshigithub/todoelixir
- Owner: JaoShiGitHub
- Created: 2025-06-30T11:29:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T12:09:55.000Z (12 months ago)
- Last Synced: 2025-06-30T12:39:06.069Z (12 months ago)
- Topics: css, elixir, frontend, html, phoenix, phoenix-liveview, tailwindcss, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)