Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aniketpatidar/code-challenges

Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.
https://github.com/aniketpatidar/code-challenges

code-challenges crud fullstack-development react ruby ruby-on-rails user-authentication

Last synced: 13 days ago
JSON representation

Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.

Awesome Lists containing this project

README

        

# Coding Challenges
## Achieve mastery by challenging yourself with small coding exercises that are crafted to help you strengthen different coding techniques.
A full-stack web application built with React and Ruby on Rails. The application allows users to log in, log out, and view various coding challenges. Challenges can be categorized as upcoming, ongoing, or completed. Users can participate in these challenges, while admin users have the ability to add new challenges and evaluate user submissions.

## Features

- [x] User Authentication: Log in and log out.
- [x] View Challenges: Browse through all challenges categorized as upcoming, ongoing, or completed.
- [ ] Participate in Challenges: Users can take part in ongoing challenges.
- [ ] Admin Capabilities:
- [x] Add New Challenges: Admin users can create new challenges.
- [ ] Evaluate Submissions: Admin users can evaluate user submissions for challenges.

## Application Screenshots

### Registration Page
![Register](frontend/src/assets/register.png)

### Login Page
![Login](frontend/src/assets/login.png)

### Active Challenges
![Active Challenge](frontend/src/assets/active_challenge.png)

### Upcoming Challenges
![Upcoming Challenge](frontend/src/assets/upcoming_challenge.png)

### Challenge Details
![Challenge](frontend/src/assets/challenge_show.png)