Latest solutions
Countries API built with React, NextJS, Tailwind, RWD
#react#tailwind-css#typescript#nextSubmitted about 2 years agoRock-Paper-Scissors-Bonus - React, Tailwind
#motion#react#tailwind-css#viteSubmitted over 2 years agoLaunch Countdown built with React, Vite, TS, Styled-Components
#react#styled-components#typescript#viteSubmitted over 2 years agoAdvice-Generator React, Axios, Styled-Compo, framer-motion, Vite, SASS
#axios#motion#react#styled-components#viteSubmitted over 2 years agoTodo-App built with MERN Stack, React, Node, Express, MongoDB, Vite
#express#mongodb#node#react#viteSubmitted over 2 years ago
Latest comments
- @s0ndy@St4niuu
Looks fine. Try to get it responsive. You have used grid for main only. Each one particular div has its elements positioned one under the second. For those divs it'd be much better if you used display: flex. My advice, I would use flex for smaller components of website, grid for all layout. Overall, good job as for first project!