Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stynw7/rnd-ureeka
RnD Ureeka Fullstack Web App Project 🔥
https://github.com/stynw7/rnd-ureeka
aceternity-ui firebase nextjs project react tailwindcss
Last synced: about 1 month ago
JSON representation
RnD Ureeka Fullstack Web App Project 🔥
- Host: GitHub
- URL: https://github.com/stynw7/rnd-ureeka
- Owner: StyNW7
- Created: 2024-10-06T13:51:22.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T04:47:29.000Z (about 2 months ago)
- Last Synced: 2024-11-17T05:19:48.984Z (about 2 months ago)
- Topics: aceternity-ui, firebase, nextjs, project, react, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 49.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewMeow - RnD Ureeka Project 2024
This repository created for Research and Development Ureeka Project 2024 🔥🔥
## Table of Contents
1. [Project Overview](https://github.com/StyNW7/RnD-Ureeka#Project-Overview)
2. [Prerequisite](https://github.com/StyNW7/RnD-Ureeka#Prerequisite)
3. [How to Use Website](https://github.com/StyNW7/RnD-Ureeka#How-to-Use-Website)
4. [Owner](https://github.com/StyNW7/RnD-Ureeka#Owner)## Project Overview
### Website Name
NewMeow### Explanation
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.
### Technology and Infrastructure
Front-end: NextJS + TypeScript + TailwindCSS
Back-end: Firebase## Prerequisite
Before running this project on a local server, make sure you have met the following requirements:
1. **Node.js and npm:**
- Make sure you have [Node.js](https://nodejs.org/) 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:```bash
nodes -v
npm -v
```- If you see the Node.js and npm versions displayed, you are ready to continue.
2. **Git:**
- This project uses Git for version control. Make sure you have Git installed. You can download it from [here](https://git-scm.com/).
- To check if Git is installed, run the following command:```bash
git --version
```- If the Git version is displayed, you are ready to continue.
## How to Run Website
1. **Clone Repository:**
- Clone this project repository to your local machine using the following command:```bash
git clone https://github.com/StyNW7/RnD-Ureeka.git
```2. **Install Dependencies:**
- After the repository has been successfully cloned, go to the project directory:```bash
cd project
```Make sure you are already in the project folder
- Install all required dependencies using npm:
```bash
npm install
```- This will download all the packages required to run the project.
3. **Run Development Server:**
- Once all dependencies are installed, you can start the development server with the following command:```bash
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.
##### Hopefully this documentation and the guide useful and helpful to learn and use the website!
## Owner
This Repository is created by:
- Stanley Nathanael Wijaya - 2702217125
- Vincentia Angelica Boone - 2702223172
- Jason Melvin Hartono - 2702218481
MeowMeow :)