Jensen Deli
This project is designed to provide a customer for smooth online shopping experience.
This project has been built using Vite. Vite is a frontend developing environment that aims to Provide a faster and leaner development experience for modern web projects.
To create a project, simply type:
$ npm create vite@latest
or
$ yarn create vite
And follow the steps which is suitable for you.
To install and run the project, do the following steps:
Clone the repository: git clone https://github.com/Taner-Tun/jensen_deli/tree/main
Navigate to the project directory: cd project
Install dependencies: $ npm install
Start the application by typing: $ npm run dev
To start the server, open a new terminal and go to the root of the project.
To start the server: $ node server
Once you've gotten the project running with npm run dev there is no need to restart the npm or refresh
he browser when changes to the project have been made.
Worked in main branch with two developers. Followed these steps;
$ git status
$ git pull
$ git add .
$ git commit -m 'Add some feature'
$ git push
For code format we installed prettier package from https://prettier.io/ You can type following command in vs code when you want to format your code;
$ npx prettier --write .
$ npx prettier --check .
Can be used to check the files rather than overwriting them.
Figma was used to create the website wireframe and look of all components. Link
The scrum method, which is one of the agile project methods, was used in the project.
Trello used as for visual tool.
MySQL Workbench
Postman