lilfaf / student-board

Experimenting with JS tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Board

This is a very simple exercice to try out various JS tech 👅 😉

How to use

Clone the repo:

git clone https://github.com/lilfaf/student-board.git

Install it and run:

cd student-board
yarn install
yarn run dev

The idea behind the example

The idea behind the project was to test next.js in conjunction with Redux and Semantic UI toolkit. Turned out it was pretty nice experience, pages impose some sort of architecture, forcing you to centralize action dispatching. This allows good seperation of concerns

About

Experimenting with JS tools


Languages

Language:JavaScript 100.0%