Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivah12/spacer
A website for space details with specific attention to Earth
https://github.com/shivah12/spacer
material-ui react-landing-page reactjs tailwindcss vitest
Last synced: 12 days ago
JSON representation
A website for space details with specific attention to Earth
- Host: GitHub
- URL: https://github.com/shivah12/spacer
- Owner: shivah12
- License: mit
- Created: 2024-01-27T16:20:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-09T06:30:24.000Z (10 months ago)
- Last Synced: 2024-02-09T07:49:02.733Z (9 months ago)
- Topics: material-ui, react-landing-page, reactjs, tailwindcss, vitest
- Language: JavaScript
- Homepage: https://spacer-five.vercel.app
- Size: 4.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spacer
Description:
- Created using ReactJs along with Tailwind CSS and implementing Material UI for icons.
- Enhanced the design responsiveness to have a better user experience by 60%.
To use it:
- Clone the repository:
- To install Node modules:
```
git clone repo_link
```
```
npm i install
```
To install the used tech stack
Tailwind CSS
```
npm install tailwindcss postcss autoprefixer
npx tailwindcss init -p
```
This will create two files: tailwind.config.js and postcss.config.js.
Material UI
```
npm install @mui/icons-material
```
To initialise a vite project
```
npm create vite@latest
```
To run the local server
```
npm run dev
```