Application to vote for the best cards of the Rick and Morty characters!
- Login.
- Sign out.
- Create an account.
- View card list.
- Filter cards by gender and/or status.
- Search for characters.
- Mark cards as favorites.
- Delete cards that have been marked as favorites.
- View real-time ranking of top rated cards.
- React JS
- TypeScript
- Socket IO Client
- CSS
- Netlify (to deploy the app)
- Node JS
- Mongo DB
- Express JS
- Socket.IO
- Render (to deploy the api)
Note: You can review the backend code in this link: https://github.com/Franklin361/RickAndMortyCardsAPI
- Clone the repository (you need to have Git installed).
git clone https://github.com/Franklin361/RickAndMortyCards
- Install dependencies of the project.
npm install
- Run the project.
npm run dev