Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.56 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.56 KB

PetsPaw App

👉 Deploy 👈

How to start?

This is a regular Next.JS project.

  1. You need to install NodeJS on your workstation.
  2. Go to the root folder in the server and write in the console npm i. This would install all required dependencies.
  3. After installation of the dependencies, you simply start the app itself using the command npm run dev.
  4. It works! Go to http://localhost:3000/ and enjoy.

P.S. If you want to build an application, the npm run build command will help you with this.

What technologies did I use in this project?

  1. TypeScript;
  2. SCSS;
  3. React;
  4. Next.JS;
  5. Redux Toolkit ( RTK Query );
  6. Husky ( also Actions in the GitHub, but it makes no sense to single it out 🤷‍♂️ );
  7. Prettier;
  8. ESLint ( airbnb config );
  9. Netlify ( I really love the deploy Previews in branches).

What are the highlights of the project?

  1. SSG for pages with cat breeds;
  2. Localization in Ukrainian and English ( i18n ).

What hasn’t been yet implemented?

  1. Tablet and mobile view;
  2. Unit tests.

P.S. I have done these features in other projects, specifically adaptive and responsive design. Maybe I'll add them to this project later.