Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjaraiy/yojo_website
This repository showcases the YOJO_application project, built with JavaScript, Tailwind CSS, and React.js. Dive into a modern and responsive application experience! 💻✨
https://github.com/sanjaraiy/yojo_website
fetch-api github-api html5 javascript react-hooks react-router-dom reactjs tailwind-css vitejs
Last synced: 2 days ago
JSON representation
This repository showcases the YOJO_application project, built with JavaScript, Tailwind CSS, and React.js. Dive into a modern and responsive application experience! 💻✨
- Host: GitHub
- URL: https://github.com/sanjaraiy/yojo_website
- Owner: sanjaraiy
- Created: 2023-10-24T19:14:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T16:57:55.000Z (11 months ago)
- Last Synced: 2024-11-09T17:12:49.899Z (about 2 months ago)
- Topics: fetch-api, github-api, html5, javascript, react-hooks, react-router-dom, reactjs, tailwind-css, vitejs
- Language: JavaScript
- Homepage: https://yojo-website.vercel.app
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yojo Website
This website is built on `JavaScript`, `Tailwind CSS` and `React.js` . This application is responsive for different devices.## React Create App Using Vite :-
```
npm create vite@latest
```
## NPM Json Package install Link :-
```
npm install
```
## Tailwind Install Link :-
```
npm install -D tailwindcss
npx tailwindcss init
```
## Configration of Tailwind file :-
```
module.exports = {
content: ["./src/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}
```
## Add the Tailwind directives to your CSS file :-
```
@tailwind base;
@tailwind components;
@tailwind utilities;
```
## React-Router Install Link :-
```
npm i react-router
```
## Features :-
- Added Routing to go different-different pages.
- Responisve for different devices.
- Better UI components integrated.## Updation :-
- More better UI components can be added.
- can be added more functionality.
- can be added backend services.## Contact us :-
- Email - [[email protected]]([email protected])
- Twitter - [Follow Us](https://x.com/Rajende17438932?t=rYhBK4BsO5pZo54UL7785A&s=09)
- LinkedIn - [Follow Us](https://www.linkedin.com/in/sanjay-rai-1491b4228/)