Shop Challenge is a frontend project which i performed as one of the challenge i saw it online
Shop Challenge is a frontend project which a user can buy cakes and iceCreams from the shop
React.JS, React-Redux, Vite(Module bundler)
- Install Node.js v16.14.2 in your local computer Node Js.
- Install Git as a version controller.
- Copy the project repository directory URL from here.
- Go to the directory in your computer where you want the cloned project to be placed.
- Open the command line and run git clone [paste the URL] then run.
- The project folders and files are ready set in your local computer at that specific directory.
- Back to your root directory where you can access the folder containing the cloned project folder and files
- Open the Command Line Interface(CLI) in your present directory then run the command cd folderName. This will direct you toyour created folder.
- Inside the folder open the terminal and run command npm install. This will install all the dependencies present in package.json file into your project folder.
- Back to your root directory where you can access the project cloned folder.
- Open the Command Line Interface(CLI) in your present directory then run the command cd folderName. This will direct you to the created project folder.
- Inside the project folder open the terminal and run command 'npm run dev' inorder to initiate React.JS with Vite server.
- Wait for a moment then you will observe the console displays the main route http://localhost:5173 then hold ctrl key and click the link to open the project in your browser.
- If it hasnot opened at the browser but the server is already initiated then open the browser and write localhost:5173 in the search engine and run.
- Now the frontend React.Js with Vite server is running, you are ready to test the functionalities well.
I obtained React.Js knowledge from React.Js.
Also i obtained React-Redux knowledge from React-Redux docs.