Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivmost/superapp
SUPER APP is a project designed specifically for learning React and frontend development. It incorporates features like real-time news, weather updates, a timer, note-taking, and movie like recommendations, providing a comprehensive hands-on experience with React concepts, API integration, and UI design.
https://github.com/vivmost/superapp
css html javascipt react
Last synced: 13 days ago
JSON representation
SUPER APP is a project designed specifically for learning React and frontend development. It incorporates features like real-time news, weather updates, a timer, note-taking, and movie like recommendations, providing a comprehensive hands-on experience with React concepts, API integration, and UI design.
- Host: GitHub
- URL: https://github.com/vivmost/superapp
- Owner: vivmost
- Created: 2024-07-01T14:36:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T15:31:02.000Z (7 months ago)
- Last Synced: 2024-08-06T18:36:46.751Z (6 months ago)
- Topics: css, html, javascipt, react
- Language: JavaScript
- Homepage: https://appsuper.netlify.app
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install dependencies
``` Bash
npm install
```## Run locally
```Bash
npm run dev
```This project is made using [Vite](https://www.vitejs.dev)