This is a simple web application built with React, Next.js and Styled-Components. This page is deployed with Vercel.
In the application, the user can manage his plants and discover new plants. Adding new plants and editing existing plants is quick and easy thanks to this application. It is also possible to search and filter the plants.
The following people have contributed to this project:
This web application was built using the following technologies:
- React – React is a JavaScript library for building interactive user interfaces with reusable components.
- Next.js – Next.js is a React framework that enables server-side rendering and static site generation.
- Styled-Components – Styled-components allows you to write CSS in JavaScript and apply styles directly to components.
- React-Toastify - React-Toastify is a library for displaying customizable toast notifications in React applications.
- Cloudinary - Cloudinary is a cloud service for managing, optimizing, and delivering media like images and videos.
- Vercel - Vercel is a platform for deploying and hosting modern front-end applications, optimized for Next.js.
To work locally, please install the dependencies using npm i
first.
Run npm run dev
to start a development server and open the displayed URL in a browser.
Use npm run test
to run the tests.
You can use the following commands:
npm run dev
to start a development servernpm run build
to build the projectnpm run start
to start a production servernpm run test
to run the testsnpm run lint
to run the linter