This repository created for Research and Development Ureeka Project 2024 🔥🔥
NewMeow
NewMeow is a Full Stack Web Development Project that sells various cute cats. The appearance of this website is made attractive and very modern so that users like its appearance. Apart from that, we also use features such as Cookie Clicker so that users can buy the cat, so this website also seems to be integrated with a game.
Front-end: NextJS + TypeScript + TailwindCSS
Back-end: Firebase
Before running this project on a local server, make sure you have met the following requirements:
-
Node.js and npm:
-
Make sure you have Node.js installed on your system. Node.js includes npm (Node Package Manager), which will be used to install the project's dependencies.
-
To check if Node.js and npm are installed, run the following command in your terminal:
nodes -v npm -v
-
If you see the Node.js and npm versions displayed, you are ready to continue.
-
-
Git:
-
This project uses Git for version control. Make sure you have Git installed. You can download it from here.
-
To check if Git is installed, run the following command:
git --version
-
If the Git version is displayed, you are ready to continue.
-
-
Clone Repository:
-
Clone this project repository to your local machine using the following command:
git clone https://github.com/StyNW7/RnD-Ureeka.git
-
-
Install Dependencies:
-
After the repository has been successfully cloned, go to the project directory:
cd project
Make sure you are already in the project folder
-
Install all required dependencies using npm:
npm install
-
This will download all the packages required to run the project.
-
-
Run Development Server:
-
Once all dependencies are installed, you can start the development server with the following command:
npm start
-
This command will run the application on the development server, usually at
http://localhost:3000/
. You can open this URL in a browser to see the application running.
-
This Repository is created by:
- Stanley Nathanael Wijaya - 2702217125
- Vincentia Angelica Boone - 2702223172
- Jason Melvin Hartono - 2702218481
MeowMeow :)