First, run the development server:
npm run dev
# or
yarn dev
- Tailwind css
- Atomic design
- NextJS
We will be building a set of components to create the following example:
- On large screens they will be 4 in a row
- On small screens they will be listed 1 per row
The next phase is building a simple sign in page. The example we are building is the following:
- Use the users.json to authenticate the user
- Save to localStorage with the user that is authenticated
- Provide feedback that the user has been authenticated