- Notifications
You must be signed in to change notification settings - Fork0
Rick and Morty Api Project in Vue js
bishworup11/rick-and-morty-api-vue-js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project is built usingVue.js 3, powered byVite, and utilizes theRick and Morty API to display characters, locations, and episodes from the show.
✅ Fetch and display Rick and Morty characters, locations, and episodes.
✅ Vue Router for navigation between different pages.
✅ State management using Vuex.
✅ API calls handled with Axios.
✅ UI components powered by Naive UI.
✅ Authentication with token-based auth and Navigation Guards.
- Vue.js 3 – Progressive JavaScript framework.
- Vite – Fast build tool for modern web projects.
- TypeScript – Strongly typed JavaScript alternative.
- Vuex – State management pattern and library.
- Vue Router – Official router for Vue.js applications.
- Naive UI – Modern UI components for Vue 3.
- Axios – HTTP client for making API requests.
git clone https://github.com/bishworup11/rick-and-morty-api-vue-js.gitcd rick-and-morty-api-vue-jsnpm install
Create a.env file in the root directory and add:
VITE_APP_SECRET=secret@123
Note: Never expose sensitive API keys in the frontend.
npm run dev
This will start the application locally athttp://localhost:5173/.
npm run build
This generates an optimized production build in thedist/ folder.
- Rick and Morty API –rickandmortyapi.com
- Authentication API –dummyjson.com/auth
About
Rick and Morty Api Project in Vue js
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.